Shades of Pigment Green #04AA44
Tints of Pigment Green #04AA44
RGB
CMYK
RGB Variations
Color information
#04AA44 (or 0x04AA44) is known color: Pigment Green. HEX triplet: 04, AA and 44. RGB value is (4,170,68). Sum of RGB (Red+Green+Blue) = 4+170+68=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA44 is #FB55BB. Grayscale: #6C6C6C. Windows color (decimal): -16471484 or 4499972. OLE color: 4499972.
HSL color Cylindrical-coordinate representation of color #04AA44: hue angle of 143.13º 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 #04AA44 is Cyan = 0.98, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 68 | - |
| CMYK | 0.98 | 0 | 0.6 | 0.33 |
| HSL | 143.13º | 0.95% | 0.34% | - |
| HSV(B) | 143.13º | 0.98% | 0.67% | - |
| XYZ | 15.47 | 29.19 | 10.29 | - |
| YUV | 108.74 | 105 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 68 | 0.98 | 0 | 0.6 | 0.33 | 143.13 | 0.95 | 0.34 |
| Hex | 4 | AA | 44 | 62 | 0 | 3C | 21 | 8F | 5F | 22 |
| Octal | 4 | 252 | 104 | 142 | 0 | 74 | 41 | 217 | 137 | 42 |
| Binary | 100 | 10101010 | 1000100 | 1100010 | 0 | 111100 | 100001 | 10001111 | 1011111 | 100010 |
Color Harmonies of #04AA44
Complementary color
Monochromatic Colors of #04AA44
Black with #04AA44
Text Example
Text Example
White with #04AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA44; }
p { color: rgb(4,170,68); }
H1.HeaderClassName
{
color: #04AA44;
}
.AnyTagClassName
{
color: #04AA44;
}
</style>
background-color css
<style>
a { background-color: #04AA44; }
a { background-color: rgb(4,170,68); }
div.DivClassName
{
background-color: #04AA44;
}
.BgClassName
{
background-color: #04AA44;
}
</style>
border-color css
<style>
span { border-color: #04AA44; }
span { border-color: rgb(4,170,68); }
td.TdClassName
{
border-color: #04AA44;
}
.TagClassName
{
border-color: #04AA44;
}
</style>