#0cd43f

Color #0CD43F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0CD43F

Tints of Malachite #0CD43F

Color information

#0CD43F (or 0x0CD43F) is unknown color: approx Malachite. HEX triplet: 0C, D4 and 3F. RGB value is (12,212,63). Sum of RGB (Red+Green+Blue) = 12+212+63=287 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.18% from 287); Green value is 212 (83.20% from 255 or 73.87% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 212 - color contains mainly: green. Hex color #0CD43F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD43F is #F32BC0. Grayscale: #878787. Windows color (decimal): -15936449 or 4183052. OLE color: 4183052.

HSL color Cylindrical-coordinate representation of color #0CD43F: hue angle of 135.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD43F is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB1221263-
CMYK0.9400.700.17
HSL135.3º89.29%43.92%-
HSV(B)135.3º94.34%83.14%-
XYZ24.5947.5212.58-
YUV135.2187.2440.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.18%
GREEN value IS 212 (83.20% from 255) = 73.87%
BLUE value IS 63 (25% from 255) = 21.95%
R=4.18%
G=73.87%
B=21.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12212630.9400.700.17135.389.2943.92
HexCD43F5E0461187592c
Octal143247713601062120713154
Binary11001101010011111110111100100011010001100001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cd43f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0cd43f; }

 p { color: rgb(12,212,63); }

 H1.HeaderClassName
 {
   color: #0cd43f;
 }
 .AnyTagClassName
 {
   color: #0cd43f;
 }
</style>
background-color css

<style>
 a { background-color: #0cd43f; }

 a { background-color: rgb(12,212,63); }

 div.DivClassName
 {
   background-color: #0cd43f;
 }
 .BgClassName
 {
   background-color: #0cd43f;
 }
</style>
border-color css

<style>
 span { border-color: #0cd43f; }

 span { border-color: rgb(12,212,63); }

 td.TdClassName
 {
   border-color: #0cd43f;
 }
 .TagClassName
 {
   border-color: #0cd43f;
 }
</style>