Shades of Pigment Green #0CB452
Tints of Pigment Green #0CB452
RGB
CMYK
RGB Variations
Color information
#0CB452 (or 0x0CB452) is known color: Pigment Green. HEX triplet: 0C, B4 and 52. RGB value is (12,180,82). Sum of RGB (Red+Green+Blue) = 12+180+82=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 180 (70.70% from 255 or 65.69% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB452 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB452 is #F34BAD. Grayscale: #767676. Windows color (decimal): -15944622 or 5420044. OLE color: 5420044.
HSL color Cylindrical-coordinate representation of color #0CB452: hue angle of 145º 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 #0CB452 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 180 | 82 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.29 |
| HSL | 145º | 0.88% | 0.38% | - |
| HSV(B) | 145º | 0.93% | 0.71% | - |
| XYZ | 18 | 33.33 | 13.47 | - |
| YUV | 118.6 | 107.34 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 180 | 82 | 0.93 | 0 | 0.54 | 0.29 | 145 | 0.88 | 0.38 |
| Hex | C | B4 | 52 | 5D | 0 | 36 | 1D | 91 | 58 | 26 |
| Octal | 14 | 264 | 122 | 135 | 0 | 66 | 35 | 221 | 130 | 46 |
| Binary | 1100 | 10110100 | 1010010 | 1011101 | 0 | 110110 | 11101 | 10010001 | 1011000 | 100110 |
Color Harmonies of #0CB452
Complementary color
Monochromatic Colors of #0CB452
Black with #0CB452
Text Example
Text Example
White with #0CB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB452; }
p { color: rgb(12,180,82); }
H1.HeaderClassName
{
color: #0CB452;
}
.AnyTagClassName
{
color: #0CB452;
}
</style>
background-color css
<style>
a { background-color: #0CB452; }
a { background-color: rgb(12,180,82); }
div.DivClassName
{
background-color: #0CB452;
}
.BgClassName
{
background-color: #0CB452;
}
</style>
border-color css
<style>
span { border-color: #0CB452; }
span { border-color: rgb(12,180,82); }
td.TdClassName
{
border-color: #0CB452;
}
.TagClassName
{
border-color: #0CB452;
}
</style>