Shades of Malachite #0CCB5D
Tints of Malachite #0CCB5D
RGB
CMYK
RGB Variations
Color information
#0CCB5D (or 0x0CCB5D) is known color: Malachite. HEX triplet: 0C, CB and 5D. RGB value is (12,203,93). Sum of RGB (Red+Green+Blue) = 12+203+93=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CCB5D is #F334A2. Grayscale: #858585. Windows color (decimal): -15938723 or 6146828. OLE color: 6146828.
HSL color Cylindrical-coordinate representation of color #0CCB5D: hue angle of 145.45º 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 #0CCB5D is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 203 | 93 | - |
| CMYK | 0.94 | 0 | 0.54 | 0.20 |
| HSL | 145.45º | 0.89% | 0.42% | - |
| HSV(B) | 145.45º | 0.94% | 0.8% | - |
| XYZ | 23.48 | 43.58 | 17.53 | - |
| YUV | 133.35 | 105.22 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 203 | 93 | 0.94 | 0 | 0.54 | 0.20 | 145.45 | 0.89 | 0.42 |
| Hex | C | CB | 5D | 5E | 0 | 36 | 14 | 91 | 59 | 2A |
| Octal | 14 | 313 | 135 | 136 | 0 | 66 | 24 | 221 | 131 | 52 |
| Binary | 1100 | 11001011 | 1011101 | 1011110 | 0 | 110110 | 10100 | 10010001 | 1011001 | 101010 |
Color Harmonies of #0CCB5D
Complementary color
Monochromatic Colors of #0CCB5D
Black with #0CCB5D
Text Example
Text Example
White with #0CCB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCB5D; }
p { color: rgb(12,203,93); }
H1.HeaderClassName
{
color: #0CCB5D;
}
.AnyTagClassName
{
color: #0CCB5D;
}
</style>
background-color css
<style>
a { background-color: #0CCB5D; }
a { background-color: rgb(12,203,93); }
div.DivClassName
{
background-color: #0CCB5D;
}
.BgClassName
{
background-color: #0CCB5D;
}
</style>
border-color css
<style>
span { border-color: #0CCB5D; }
span { border-color: rgb(12,203,93); }
td.TdClassName
{
border-color: #0CCB5D;
}
.TagClassName
{
border-color: #0CCB5D;
}
</style>