Shades of Pigment Green #04AA40
Tints of Pigment Green #04AA40
RGB
CMYK
RGB Variations
Color information
#04AA40 (or 0x04AA40) is known color: Pigment Green. HEX triplet: 04, AA and 40. RGB value is (4,170,64). Sum of RGB (Red+Green+Blue) = 4+170+64=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #04AA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AA40 is #FB55BF. Grayscale: #6C6C6C. Windows color (decimal): -16471488 or 4237828. OLE color: 4237828.
HSL color Cylindrical-coordinate representation of color #04AA40: hue angle of 141.69º 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 #04AA40 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 170 | 64 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.33 |
| HSL | 141.69º | 0.95% | 0.34% | - |
| HSV(B) | 141.69º | 0.98% | 0.67% | - |
| XYZ | 15.35 | 29.15 | 9.67 | - |
| YUV | 108.28 | 103 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 170 | 64 | 0.98 | 0 | 0.62 | 0.33 | 141.69 | 0.95 | 0.34 |
| Hex | 4 | AA | 40 | 62 | 0 | 3E | 21 | 8E | 5F | 22 |
| Octal | 4 | 252 | 100 | 142 | 0 | 76 | 41 | 216 | 137 | 42 |
| Binary | 100 | 10101010 | 1000000 | 1100010 | 0 | 111110 | 100001 | 10001110 | 1011111 | 100010 |
Color Harmonies of #04AA40
Complementary color
Monochromatic Colors of #04AA40
Black with #04AA40
Text Example
Text Example
White with #04AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AA40; }
p { color: rgb(4,170,64); }
H1.HeaderClassName
{
color: #04AA40;
}
.AnyTagClassName
{
color: #04AA40;
}
</style>
background-color css
<style>
a { background-color: #04AA40; }
a { background-color: rgb(4,170,64); }
div.DivClassName
{
background-color: #04AA40;
}
.BgClassName
{
background-color: #04AA40;
}
</style>
border-color css
<style>
span { border-color: #04AA40; }
span { border-color: rgb(4,170,64); }
td.TdClassName
{
border-color: #04AA40;
}
.TagClassName
{
border-color: #04AA40;
}
</style>