Shades of Pigment Green #0CB85C
Tints of Pigment Green #0CB85C
RGB
CMYK
RGB Variations
Color information
#0CB85C (or 0x0CB85C) is known color: Pigment Green. HEX triplet: 0C, B8 and 5C. RGB value is (12,184,92). Sum of RGB (Red+Green+Blue) = 12+184+92=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB85C is #F347A3. Grayscale: #7A7A7A. Windows color (decimal): -15943588 or 6076428. OLE color: 6076428.
HSL color Cylindrical-coordinate representation of color #0CB85C: hue angle of 147.91º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB85C is Cyan = 0.93, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 92 | - |
| CMYK | 0.93 | 0 | 0.50 | 0.28 |
| HSL | 147.91º | 0.88% | 0.38% | - |
| HSV(B) | 147.91º | 0.93% | 0.72% | - |
| XYZ | 19.22 | 35.13 | 15.89 | - |
| YUV | 122.08 | 111.02 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 92 | 0.93 | 0 | 0.50 | 0.28 | 147.91 | 0.88 | 0.38 |
| Hex | C | B8 | 5C | 5D | 0 | 32 | 1C | 94 | 58 | 26 |
| Octal | 14 | 270 | 134 | 135 | 0 | 62 | 34 | 224 | 130 | 46 |
| Binary | 1100 | 10111000 | 1011100 | 1011101 | 0 | 110010 | 11100 | 10010100 | 1011000 | 100110 |
Color Harmonies of #0CB85C
Complementary color
Monochromatic Colors of #0CB85C
Black with #0CB85C
Text Example
Text Example
White with #0CB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB85C; }
p { color: rgb(12,184,92); }
H1.HeaderClassName
{
color: #0CB85C;
}
.AnyTagClassName
{
color: #0CB85C;
}
</style>
background-color css
<style>
a { background-color: #0CB85C; }
a { background-color: rgb(12,184,92); }
div.DivClassName
{
background-color: #0CB85C;
}
.BgClassName
{
background-color: #0CB85C;
}
</style>
border-color css
<style>
span { border-color: #0CB85C; }
span { border-color: rgb(12,184,92); }
td.TdClassName
{
border-color: #0CB85C;
}
.TagClassName
{
border-color: #0CB85C;
}
</style>