Shades of Pigment Green #0CA457
Tints of Pigment Green #0CA457
RGB
CMYK
RGB Variations
Color information
#0CA457 (or 0x0CA457) is known color: Pigment Green. HEX triplet: 0C, A4 and 57. RGB value is (12,164,87). Sum of RGB (Red+Green+Blue) = 12+164+87=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 164 (64.45% from 255 or 62.36% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA457 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA457 is #F35BA8. Grayscale: #6D6D6D. Windows color (decimal): -15948713 or 5743628. OLE color: 5743628.
HSL color Cylindrical-coordinate representation of color #0CA457: hue angle of 149.61º 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 #0CA457 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 164 | 87 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.36 |
| HSL | 149.61º | 0.86% | 0.35% | - |
| HSV(B) | 149.61º | 0.93% | 0.64% | - |
| XYZ | 15.15 | 27.32 | 13.49 | - |
| YUV | 109.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 164 | 87 | 0.93 | 0 | 0.47 | 0.36 | 149.61 | 0.86 | 0.35 |
| Hex | C | A4 | 57 | 5D | 0 | 2F | 24 | 96 | 56 | 23 |
| Octal | 14 | 244 | 127 | 135 | 0 | 57 | 44 | 226 | 126 | 43 |
| Binary | 1100 | 10100100 | 1010111 | 1011101 | 0 | 101111 | 100100 | 10010110 | 1010110 | 100011 |
Color Harmonies of #0CA457
Complementary color
Monochromatic Colors of #0CA457
Black with #0CA457
Text Example
Text Example
White with #0CA457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA457; }
p { color: rgb(12,164,87); }
H1.HeaderClassName
{
color: #0CA457;
}
.AnyTagClassName
{
color: #0CA457;
}
</style>
background-color css
<style>
a { background-color: #0CA457; }
a { background-color: rgb(12,164,87); }
div.DivClassName
{
background-color: #0CA457;
}
.BgClassName
{
background-color: #0CA457;
}
</style>
border-color css
<style>
span { border-color: #0CA457; }
span { border-color: rgb(12,164,87); }
td.TdClassName
{
border-color: #0CA457;
}
.TagClassName
{
border-color: #0CA457;
}
</style>