Shades of Malachite #0CCE5D
Tints of Malachite #0CCE5D
RGB
CMYK
RGB Variations
Color information
#0CCE5D (or 0x0CCE5D) is known color: Malachite. HEX triplet: 0C, CE and 5D. RGB value is (12,206,93). Sum of RGB (Red+Green+Blue) = 12+206+93=311 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.86% from 311); Green value is 206 (80.86% from 255 or 66.24% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCE5D is #F331A2. Grayscale: #878787. Windows color (decimal): -15937955 or 6147596. OLE color: 6147596.
HSL color Cylindrical-coordinate representation of color #0CCE5D: hue angle of 145.05º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE5D is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 206 | 93 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.19 |
| HSL | 145.05º | 0.89% | 0.43% | - |
| HSV(B) | 145.05º | 0.94% | 0.81% | - |
| XYZ | 24.2 | 45.01 | 17.77 | - |
| YUV | 135.11 | 104.23 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 93 | 0.94 | 0 | 0.55 | 0.19 | 145.05 | 0.89 | 0.43 |
| Hex | C | CE | 5D | 5E | 0 | 37 | 13 | 91 | 59 | 2B |
| Octal | 14 | 316 | 135 | 136 | 0 | 67 | 23 | 221 | 131 | 53 |
| Binary | 1100 | 11001110 | 1011101 | 1011110 | 0 | 110111 | 10011 | 10010001 | 1011001 | 101011 |
Color Harmonies of #0CCE5D
Complementary color
Monochromatic Colors of #0CCE5D
Black with #0CCE5D
Text Example
Text Example
White with #0CCE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCE5D; }
p { color: rgb(12,206,93); }
H1.HeaderClassName
{
color: #0CCE5D;
}
.AnyTagClassName
{
color: #0CCE5D;
}
</style>
background-color css
<style>
a { background-color: #0CCE5D; }
a { background-color: rgb(12,206,93); }
div.DivClassName
{
background-color: #0CCE5D;
}
.BgClassName
{
background-color: #0CCE5D;
}
</style>
border-color css
<style>
span { border-color: #0CCE5D; }
span { border-color: rgb(12,206,93); }
td.TdClassName
{
border-color: #0CCE5D;
}
.TagClassName
{
border-color: #0CCE5D;
}
</style>