Shades of Pigment Green #0CA453
Tints of Pigment Green #0CA453
RGB
CMYK
RGB Variations
Color information
#0CA453 (or 0x0CA453) is known color: Pigment Green. HEX triplet: 0C, A4 and 53. RGB value is (12,164,83). Sum of RGB (Red+Green+Blue) = 12+164+83=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 164 (64.45% from 255 or 63.32% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA453 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA453 is #F35BAC. Grayscale: #6D6D6D. Windows color (decimal): -15948717 or 5481484. OLE color: 5481484.
HSL color Cylindrical-coordinate representation of color #0CA453: hue angle of 148.03º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA453 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 164 | 83 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.36 |
| HSL | 148.03º | 0.86% | 0.35% | - |
| HSV(B) | 148.03º | 0.93% | 0.64% | - |
| XYZ | 14.99 | 27.25 | 12.65 | - |
| YUV | 109.32 | 113.14 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 164 | 83 | 0.93 | 0 | 0.49 | 0.36 | 148.03 | 0.86 | 0.35 |
| Hex | C | A4 | 53 | 5D | 0 | 31 | 24 | 94 | 56 | 23 |
| Octal | 14 | 244 | 123 | 135 | 0 | 61 | 44 | 224 | 126 | 43 |
| Binary | 1100 | 10100100 | 1010011 | 1011101 | 0 | 110001 | 100100 | 10010100 | 1010110 | 100011 |
Color Harmonies of #0CA453
Complementary color
Monochromatic Colors of #0CA453
Black with #0CA453
Text Example
Text Example
White with #0CA453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA453; }
p { color: rgb(12,164,83); }
H1.HeaderClassName
{
color: #0CA453;
}
.AnyTagClassName
{
color: #0CA453;
}
</style>
background-color css
<style>
a { background-color: #0CA453; }
a { background-color: rgb(12,164,83); }
div.DivClassName
{
background-color: #0CA453;
}
.BgClassName
{
background-color: #0CA453;
}
</style>
border-color css
<style>
span { border-color: #0CA453; }
span { border-color: rgb(12,164,83); }
td.TdClassName
{
border-color: #0CA453;
}
.TagClassName
{
border-color: #0CA453;
}
</style>