Shades of Pigment Green #04AA49
Tints of Pigment Green #04AA49
RGB
CMYK
RGB Variations
Color information
#04AA49 (or 0x04AA49) is known color: Pigment Green. HEX triplet: 04, AA and 49. RGB value is (4,170,73). Sum of RGB (Red+Green+Blue) = 4+170+73=247 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.62% from 247); Green value is 170 (66.80% from 255 or 68.83% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA49 is #FB55B6. Grayscale: #6D6D6D. Windows color (decimal): -16471479 or 4827652. OLE color: 4827652.
HSL color Cylindrical-coordinate representation of color #04AA49: hue angle of 144.94º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AA49 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 73 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.33 |
| HSL | 144.94º | 0.95% | 0.34% | - |
| HSV(B) | 144.94º | 0.98% | 0.67% | - |
| XYZ | 15.63 | 29.26 | 11.13 | - |
| YUV | 109.31 | 107.5 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 73 | 0.98 | 0 | 0.57 | 0.33 | 144.94 | 0.95 | 0.34 |
| Hex | 4 | AA | 49 | 62 | 0 | 39 | 21 | 91 | 5F | 22 |
| Octal | 4 | 252 | 111 | 142 | 0 | 71 | 41 | 221 | 137 | 42 |
| Binary | 100 | 10101010 | 1001001 | 1100010 | 0 | 111001 | 100001 | 10010001 | 1011111 | 100010 |
Color Harmonies of #04AA49
Complementary color
Monochromatic Colors of #04AA49
Black with #04AA49
Text Example
Text Example
White with #04AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA49; }
p { color: rgb(4,170,73); }
H1.HeaderClassName
{
color: #04AA49;
}
.AnyTagClassName
{
color: #04AA49;
}
</style>
background-color css
<style>
a { background-color: #04AA49; }
a { background-color: rgb(4,170,73); }
div.DivClassName
{
background-color: #04AA49;
}
.BgClassName
{
background-color: #04AA49;
}
</style>
border-color css
<style>
span { border-color: #04AA49; }
span { border-color: rgb(4,170,73); }
td.TdClassName
{
border-color: #04AA49;
}
.TagClassName
{
border-color: #04AA49;
}
</style>