Shades of Pigment Green #0CA253
Tints of Pigment Green #0CA253
RGB
CMYK
RGB Variations
Color information
#0CA253 (or 0x0CA253) is known color: Pigment Green. HEX triplet: 0C, A2 and 53. RGB value is (12,162,83). Sum of RGB (Red+Green+Blue) = 12+162+83=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA253 is #F35DAC. Grayscale: #6C6C6C. Windows color (decimal): -15949229 or 5480972. OLE color: 5480972.
HSL color Cylindrical-coordinate representation of color #0CA253: hue angle of 148.4º 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 #0CA253 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 162 | 83 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.36 |
| HSL | 148.4º | 0.86% | 0.34% | - |
| HSV(B) | 148.4º | 0.93% | 0.64% | - |
| XYZ | 14.63 | 26.54 | 12.54 | - |
| YUV | 108.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 162 | 83 | 0.93 | 0 | 0.49 | 0.36 | 148.4 | 0.86 | 0.34 |
| Hex | C | A2 | 53 | 5D | 0 | 31 | 24 | 94 | 56 | 22 |
| Octal | 14 | 242 | 123 | 135 | 0 | 61 | 44 | 224 | 126 | 42 |
| Binary | 1100 | 10100010 | 1010011 | 1011101 | 0 | 110001 | 100100 | 10010100 | 1010110 | 100010 |
Color Harmonies of #0CA253
Complementary color
Monochromatic Colors of #0CA253
Black with #0CA253
Text Example
Text Example
White with #0CA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA253; }
p { color: rgb(12,162,83); }
H1.HeaderClassName
{
color: #0CA253;
}
.AnyTagClassName
{
color: #0CA253;
}
</style>
background-color css
<style>
a { background-color: #0CA253; }
a { background-color: rgb(12,162,83); }
div.DivClassName
{
background-color: #0CA253;
}
.BgClassName
{
background-color: #0CA253;
}
</style>
border-color css
<style>
span { border-color: #0CA253; }
span { border-color: rgb(12,162,83); }
td.TdClassName
{
border-color: #0CA253;
}
.TagClassName
{
border-color: #0CA253;
}
</style>