Shades of Pigment Green #0CB852
Tints of Pigment Green #0CB852
RGB
CMYK
RGB Variations
Color information
#0CB852 (or 0x0CB852) is known color: Pigment Green. HEX triplet: 0C, B8 and 52. RGB value is (12,184,82). Sum of RGB (Red+Green+Blue) = 12+184+82=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB852 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB852 is #F347AD. Grayscale: #797979. Windows color (decimal): -15943598 or 5421068. OLE color: 5421068.
HSL color Cylindrical-coordinate representation of color #0CB852: hue angle of 144.42º 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 #0CB852 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 82 | - |
| CMYK | 0.93 | 0 | 0.55 | 0.28 |
| HSL | 144.42º | 0.88% | 0.38% | - |
| HSV(B) | 144.42º | 0.93% | 0.72% | - |
| XYZ | 18.82 | 34.97 | 13.74 | - |
| YUV | 120.94 | 106.02 | 50.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 82 | 0.93 | 0 | 0.55 | 0.28 | 144.42 | 0.88 | 0.38 |
| Hex | C | B8 | 52 | 5D | 0 | 37 | 1C | 90 | 58 | 26 |
| Octal | 14 | 270 | 122 | 135 | 0 | 67 | 34 | 220 | 130 | 46 |
| Binary | 1100 | 10111000 | 1010010 | 1011101 | 0 | 110111 | 11100 | 10010000 | 1011000 | 100110 |
Color Harmonies of #0CB852
Complementary color
Monochromatic Colors of #0CB852
Black with #0CB852
Text Example
Text Example
White with #0CB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB852; }
p { color: rgb(12,184,82); }
H1.HeaderClassName
{
color: #0CB852;
}
.AnyTagClassName
{
color: #0CB852;
}
</style>
background-color css
<style>
a { background-color: #0CB852; }
a { background-color: rgb(12,184,82); }
div.DivClassName
{
background-color: #0CB852;
}
.BgClassName
{
background-color: #0CB852;
}
</style>
border-color css
<style>
span { border-color: #0CB852; }
span { border-color: rgb(12,184,82); }
td.TdClassName
{
border-color: #0CB852;
}
.TagClassName
{
border-color: #0CB852;
}
</style>