Shades of Pigment Green #0CAE49
Tints of Pigment Green #0CAE49
RGB
CMYK
RGB Variations
Color information
#0CAE49 (or 0x0CAE49) is known color: Pigment Green. HEX triplet: 0C, AE and 49. RGB value is (12,174,73). Sum of RGB (Red+Green+Blue) = 12+174+73=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 174 (68.36% from 255 or 67.18% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAE49 is #F351B6. Grayscale: #727272. Windows color (decimal): -15946167 or 4828684. OLE color: 4828684.
HSL color Cylindrical-coordinate representation of color #0CAE49: hue angle of 142.59º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE49 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 174 | 73 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.32 |
| HSL | 142.59º | 0.87% | 0.36% | - |
| HSV(B) | 142.59º | 0.93% | 0.68% | - |
| XYZ | 16.49 | 30.83 | 11.39 | - |
| YUV | 114.05 | 104.83 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 174 | 73 | 0.93 | 0 | 0.58 | 0.32 | 142.59 | 0.87 | 0.36 |
| Hex | C | AE | 49 | 5D | 0 | 3A | 20 | 8F | 57 | 24 |
| Octal | 14 | 256 | 111 | 135 | 0 | 72 | 40 | 217 | 127 | 44 |
| Binary | 1100 | 10101110 | 1001001 | 1011101 | 0 | 111010 | 100000 | 10001111 | 1010111 | 100100 |
Color Harmonies of #0CAE49
Complementary color
Monochromatic Colors of #0CAE49
Black with #0CAE49
Text Example
Text Example
White with #0CAE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAE49; }
p { color: rgb(12,174,73); }
H1.HeaderClassName
{
color: #0CAE49;
}
.AnyTagClassName
{
color: #0CAE49;
}
</style>
background-color css
<style>
a { background-color: #0CAE49; }
a { background-color: rgb(12,174,73); }
div.DivClassName
{
background-color: #0CAE49;
}
.BgClassName
{
background-color: #0CAE49;
}
</style>
border-color css
<style>
span { border-color: #0CAE49; }
span { border-color: rgb(12,174,73); }
td.TdClassName
{
border-color: #0CAE49;
}
.TagClassName
{
border-color: #0CAE49;
}
</style>