Shades of Pigment Green #0CB556
Tints of Pigment Green #0CB556
RGB
CMYK
RGB Variations
Color information
#0CB556 (or 0x0CB556) is known color: Pigment Green. HEX triplet: 0C, B5 and 56. RGB value is (12,181,86). Sum of RGB (Red+Green+Blue) = 12+181+86=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB556 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB556 is #F34AA9. Grayscale: #777777. Windows color (decimal): -15944362 or 5682444. OLE color: 5682444.
HSL color Cylindrical-coordinate representation of color #0CB556: hue angle of 146.27º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB556 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 181 | 86 | - |
| CMYK | 0.93 | 0 | 0.52 | 0.29 |
| HSL | 146.27º | 0.88% | 0.38% | - |
| HSV(B) | 146.27º | 0.93% | 0.71% | - |
| XYZ | 18.36 | 33.8 | 14.36 | - |
| YUV | 119.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 86 | 0.93 | 0 | 0.52 | 0.29 | 146.27 | 0.88 | 0.38 |
| Hex | C | B5 | 56 | 5D | 0 | 34 | 1D | 92 | 58 | 26 |
| Octal | 14 | 265 | 126 | 135 | 0 | 64 | 35 | 222 | 130 | 46 |
| Binary | 1100 | 10110101 | 1010110 | 1011101 | 0 | 110100 | 11101 | 10010010 | 1011000 | 100110 |
Color Harmonies of #0CB556
Complementary color
Monochromatic Colors of #0CB556
Black with #0CB556
Text Example
Text Example
White with #0CB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB556; }
p { color: rgb(12,181,86); }
H1.HeaderClassName
{
color: #0CB556;
}
.AnyTagClassName
{
color: #0CB556;
}
</style>
background-color css
<style>
a { background-color: #0CB556; }
a { background-color: rgb(12,181,86); }
div.DivClassName
{
background-color: #0CB556;
}
.BgClassName
{
background-color: #0CB556;
}
</style>
border-color css
<style>
span { border-color: #0CB556; }
span { border-color: rgb(12,181,86); }
td.TdClassName
{
border-color: #0CB556;
}
.TagClassName
{
border-color: #0CB556;
}
</style>