#0CD15F

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

Shades of Malachite #0CD15F

Tints of Malachite #0CD15F

Color information

#0CD15F (or 0x0CD15F) is unknown color: approx Malachite. HEX triplet: 0C, D1 and 5F. RGB value is (12,209,95). Sum of RGB (Red+Green+Blue) = 12+209+95=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD15F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD15F is #F32EA0. Grayscale: #898989. Windows color (decimal): -15937185 or 6279436. OLE color: 6279436.

HSL color Cylindrical-coordinate representation of color #0CD15F: hue angle of 145.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD15F is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB1220995-
CMYK0.9400.550.18
HSL145.28º89.14%43.33%-
HSV(B)145.28º94.26%81.96%-
XYZ25.0246.5118.48-
YUV137.1104.2338.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.80%
GREEN value IS 209 (82.03% from 255) = 66.14%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=3.80%
G=66.14%
B=30.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12209950.9400.550.18145.2889.1443.33
HexCD15F5E0371291592b
Octal143211371360672222113153
Binary11001101000110111111011110011011110010100100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,209,95); }

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

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

 a { background-color: rgb(12,209,95); }

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

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

 span { border-color: rgb(12,209,95); }

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