Shades of Pigment Green #00AA40
Tints of Pigment Green #00AA40
RGB
CMYK
RGB Variations
Color information
#00AA40 (or 0x00AA40) is known color: Pigment Green. HEX triplet: 00, AA and 40. RGB value is (0,170,64). Sum of RGB (Red+Green+Blue) = 0+170+64=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA40 is #FF55BF. Grayscale: #6B6B6B. Windows color (decimal): -16733632 or 4237824. OLE color: 4237824.
HSL color Cylindrical-coordinate representation of color #00AA40: hue angle of 142.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA40 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 64 | - |
| CMYK | 1 | 0 | 0.62 | 0.33 |
| HSL | 142.59º | 1% | 0.33% | - |
| HSV(B) | 142.59º | 1% | 0.67% | - |
| XYZ | 15.3 | 29.12 | 9.66 | - |
| YUV | 107.09 | 103.68 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 64 | 1 | 0 | 0.62 | 0.33 | 142.59 | 1 | 0.33 |
| Hex | 0 | AA | 40 | 64 | 0 | 3E | 21 | 8F | 64 | 21 |
| Octal | 0 | 252 | 100 | 144 | 0 | 76 | 41 | 217 | 144 | 41 |
| Binary | 0 | 10101010 | 1000000 | 1100100 | 0 | 111110 | 100001 | 10001111 | 1100100 | 100001 |
Color Harmonies of #00AA40
Complementary color
Monochromatic Colors of #00AA40
Black with #00AA40
Text Example
Text Example
White with #00AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA40; }
p { color: rgb(0,170,64); }
H1.HeaderClassName
{
color: #00AA40;
}
.AnyTagClassName
{
color: #00AA40;
}
</style>
background-color css
<style>
a { background-color: #00AA40; }
a { background-color: rgb(0,170,64); }
div.DivClassName
{
background-color: #00AA40;
}
.BgClassName
{
background-color: #00AA40;
}
</style>
border-color css
<style>
span { border-color: #00AA40; }
span { border-color: rgb(0,170,64); }
td.TdClassName
{
border-color: #00AA40;
}
.TagClassName
{
border-color: #00AA40;
}
</style>