Shades of Pigment Green #00AA41
Tints of Pigment Green #00AA41
RGB
CMYK
RGB Variations
Color information
#00AA41 (or 0x00AA41) is known color: Pigment Green. HEX triplet: 00, AA and 41. RGB value is (0,170,65). Sum of RGB (Red+Green+Blue) = 0+170+65=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA41 is #FF55BE. Grayscale: #6B6B6B. Windows color (decimal): -16733631 or 4303360. OLE color: 4303360.
HSL color Cylindrical-coordinate representation of color #00AA41: hue angle of 142.94º 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 #00AA41 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 65 | - |
| CMYK | 1 | 0 | 0.62 | 0.33 |
| HSL | 142.94º | 1% | 0.33% | - |
| HSV(B) | 142.94º | 1% | 0.67% | - |
| XYZ | 15.33 | 29.13 | 9.82 | - |
| YUV | 107.2 | 104.18 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 65 | 1 | 0 | 0.62 | 0.33 | 142.94 | 1 | 0.33 |
| Hex | 0 | AA | 41 | 64 | 0 | 3E | 21 | 8F | 64 | 21 |
| Octal | 0 | 252 | 101 | 144 | 0 | 76 | 41 | 217 | 144 | 41 |
| Binary | 0 | 10101010 | 1000001 | 1100100 | 0 | 111110 | 100001 | 10001111 | 1100100 | 100001 |
Color Harmonies of #00AA41
Complementary color
Monochromatic Colors of #00AA41
Black with #00AA41
Text Example
Text Example
White with #00AA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA41; }
p { color: rgb(0,170,65); }
H1.HeaderClassName
{
color: #00AA41;
}
.AnyTagClassName
{
color: #00AA41;
}
</style>
background-color css
<style>
a { background-color: #00AA41; }
a { background-color: rgb(0,170,65); }
div.DivClassName
{
background-color: #00AA41;
}
.BgClassName
{
background-color: #00AA41;
}
</style>
border-color css
<style>
span { border-color: #00AA41; }
span { border-color: rgb(0,170,65); }
td.TdClassName
{
border-color: #00AA41;
}
.TagClassName
{
border-color: #00AA41;
}
</style>