Shades of Malachite #0CCB5F
Tints of Malachite #0CCB5F
RGB
CMYK
RGB Variations
Color information
#0CCB5F (or 0x0CCB5F) is known color: Malachite. HEX triplet: 0C, CB and 5F. RGB value is (12,203,95). Sum of RGB (Red+Green+Blue) = 12+203+95=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 203 (79.69% from 255 or 65.48% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCB5F is #F334A0. Grayscale: #858585. Windows color (decimal): -15938721 or 6277900. OLE color: 6277900.
HSL color Cylindrical-coordinate representation of color #0CCB5F: hue angle of 146.07º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB5F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 95 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.20 |
| HSL | 146.07º | 0.89% | 0.42% | - |
| HSV(B) | 146.07º | 0.94% | 0.8% | - |
| XYZ | 23.57 | 43.62 | 18 | - |
| YUV | 133.58 | 106.22 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 95 | 0.94 | 0 | 0.53 | 0.20 | 146.07 | 0.89 | 0.42 |
| Hex | C | CB | 5F | 5E | 0 | 35 | 14 | 92 | 59 | 2A |
| Octal | 14 | 313 | 137 | 136 | 0 | 65 | 24 | 222 | 131 | 52 |
| Binary | 1100 | 11001011 | 1011111 | 1011110 | 0 | 110101 | 10100 | 10010010 | 1011001 | 101010 |
Color Harmonies of #0CCB5F
Complementary color
Monochromatic Colors of #0CCB5F
Black with #0CCB5F
Text Example
Text Example
White with #0CCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCB5F; }
p { color: rgb(12,203,95); }
H1.HeaderClassName
{
color: #0CCB5F;
}
.AnyTagClassName
{
color: #0CCB5F;
}
</style>
background-color css
<style>
a { background-color: #0CCB5F; }
a { background-color: rgb(12,203,95); }
div.DivClassName
{
background-color: #0CCB5F;
}
.BgClassName
{
background-color: #0CCB5F;
}
</style>
border-color css
<style>
span { border-color: #0CCB5F; }
span { border-color: rgb(12,203,95); }
td.TdClassName
{
border-color: #0CCB5F;
}
.TagClassName
{
border-color: #0CCB5F;
}
</style>