#0CD15E

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

Shades of Malachite #0CD15E

Tints of Malachite #0CD15E

Color information

#0CD15E (or 0x0CD15E) is unknown color: approx Malachite. HEX triplet: 0C, D1 and 5E. RGB value is (12,209,94). Sum of RGB (Red+Green+Blue) = 12+209+94=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 209 (82.03% from 255 or 66.35% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD15E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CD15E is #F32EA1. Grayscale: #898989. Windows color (decimal): -15937186 or 6213900. OLE color: 6213900.

HSL color Cylindrical-coordinate representation of color #0CD15E: hue angle of 144.97º 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 #0CD15E is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB1220994-
CMYK0.9400.550.18
HSL144.97º89.14%43.33%-
HSV(B)144.97º94.26%81.96%-
XYZ24.9746.4918.25-
YUV136.99103.7338.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.81%
GREEN value IS 209 (82.03% from 255) = 66.35%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=3.81%
G=66.35%
B=29.84%

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
Decimal12209940.9400.550.18144.9789.1443.33
HexCD15E5E0371291592b
Octal143211361360672222113153
Binary11001101000110111101011110011011110010100100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CD15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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