Shades of Pigment Green #00AA57
Tints of Pigment Green #00AA57
RGB
CMYK
RGB Variations
Color information
#00AA57 (or 0x00AA57) is known color: Pigment Green. HEX triplet: 00, AA and 57. RGB value is (0,170,87). Sum of RGB (Red+Green+Blue) = 0+170+87=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 170 (66.80% from 255 or 66.15% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA57 is #FF55A8. Grayscale: #6D6D6D. Windows color (decimal): -16733609 or 5745152. OLE color: 5745152.
HSL color Cylindrical-coordinate representation of color #00AA57: hue angle of 150.71º 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 #00AA57 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 87 | - |
| CMYK | 1 | 0 | 0.49 | 0.33 |
| HSL | 150.71º | 1% | 0.33% | - |
| HSV(B) | 150.71º | 1% | 0.67% | - |
| XYZ | 16.1 | 29.44 | 13.85 | - |
| YUV | 109.71 | 115.18 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 87 | 1 | 0 | 0.49 | 0.33 | 150.71 | 1 | 0.33 |
| Hex | 0 | AA | 57 | 64 | 0 | 31 | 21 | 97 | 64 | 21 |
| Octal | 0 | 252 | 127 | 144 | 0 | 61 | 41 | 227 | 144 | 41 |
| Binary | 0 | 10101010 | 1010111 | 1100100 | 0 | 110001 | 100001 | 10010111 | 1100100 | 100001 |
Color Harmonies of #00AA57
Complementary color
Monochromatic Colors of #00AA57
Black with #00AA57
Text Example
Text Example
White with #00AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA57; }
p { color: rgb(0,170,87); }
H1.HeaderClassName
{
color: #00AA57;
}
.AnyTagClassName
{
color: #00AA57;
}
</style>
background-color css
<style>
a { background-color: #00AA57; }
a { background-color: rgb(0,170,87); }
div.DivClassName
{
background-color: #00AA57;
}
.BgClassName
{
background-color: #00AA57;
}
</style>
border-color css
<style>
span { border-color: #00AA57; }
span { border-color: rgb(0,170,87); }
td.TdClassName
{
border-color: #00AA57;
}
.TagClassName
{
border-color: #00AA57;
}
</style>