Shades of Pigment Green #0CA246
Tints of Pigment Green #0CA246
RGB
CMYK
RGB Variations
Color information
#0CA246 (or 0x0CA246) is known color: Pigment Green. HEX triplet: 0C, A2 and 46. RGB value is (12,162,70). Sum of RGB (Red+Green+Blue) = 12+162+70=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA246 is #F35DB9. Grayscale: #6A6A6A. Windows color (decimal): -15949242 or 4629004. OLE color: 4629004.
HSL color Cylindrical-coordinate representation of color #0CA246: hue angle of 143.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA246 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 70 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.36 |
| HSL | 143.2º | 0.86% | 0.34% | - |
| HSV(B) | 143.2º | 0.93% | 0.64% | - |
| XYZ | 14.18 | 26.36 | 10.14 | - |
| YUV | 106.66 | 107.31 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 70 | 0.93 | 0 | 0.57 | 0.36 | 143.2 | 0.86 | 0.34 |
| Hex | C | A2 | 46 | 5D | 0 | 39 | 24 | 8F | 56 | 22 |
| Octal | 14 | 242 | 106 | 135 | 0 | 71 | 44 | 217 | 126 | 42 |
| Binary | 1100 | 10100010 | 1000110 | 1011101 | 0 | 111001 | 100100 | 10001111 | 1010110 | 100010 |
Color Harmonies of #0CA246
Complementary color
Monochromatic Colors of #0CA246
Black with #0CA246
Text Example
Text Example
White with #0CA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA246; }
p { color: rgb(12,162,70); }
H1.HeaderClassName
{
color: #0CA246;
}
.AnyTagClassName
{
color: #0CA246;
}
</style>
background-color css
<style>
a { background-color: #0CA246; }
a { background-color: rgb(12,162,70); }
div.DivClassName
{
background-color: #0CA246;
}
.BgClassName
{
background-color: #0CA246;
}
</style>
border-color css
<style>
span { border-color: #0CA246; }
span { border-color: rgb(12,162,70); }
td.TdClassName
{
border-color: #0CA246;
}
.TagClassName
{
border-color: #0CA246;
}
</style>