Shades of Pigment Green #00AA4C
Tints of Pigment Green #00AA4C
RGB
CMYK
RGB Variations
Color information
#00AA4C (or 0x00AA4C) is known color: Pigment Green. HEX triplet: 00, AA and 4C. RGB value is (0,170,76). Sum of RGB (Red+Green+Blue) = 0+170+76=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA4C is #FF55B3. Grayscale: #6C6C6C. Windows color (decimal): -16733620 or 5024256. OLE color: 5024256.
HSL color Cylindrical-coordinate representation of color #00AA4C: hue angle of 146.82º 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 #00AA4C is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 170 | 76 | - |
| CMYK | 1 | 0 | 0.55 | 0.33 |
| HSL | 146.82º | 1% | 0.33% | - |
| HSV(B) | 146.82º | 1% | 0.67% | - |
| XYZ | 15.68 | 29.27 | 11.66 | - |
| YUV | 108.45 | 109.68 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 170 | 76 | 1 | 0 | 0.55 | 0.33 | 146.82 | 1 | 0.33 |
| Hex | 0 | AA | 4C | 64 | 0 | 37 | 21 | 93 | 64 | 21 |
| Octal | 0 | 252 | 114 | 144 | 0 | 67 | 41 | 223 | 144 | 41 |
| Binary | 0 | 10101010 | 1001100 | 1100100 | 0 | 110111 | 100001 | 10010011 | 1100100 | 100001 |
Color Harmonies of #00AA4C
Complementary color
Monochromatic Colors of #00AA4C
Black with #00AA4C
Text Example
Text Example
White with #00AA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AA4C; }
p { color: rgb(0,170,76); }
H1.HeaderClassName
{
color: #00AA4C;
}
.AnyTagClassName
{
color: #00AA4C;
}
</style>
background-color css
<style>
a { background-color: #00AA4C; }
a { background-color: rgb(0,170,76); }
div.DivClassName
{
background-color: #00AA4C;
}
.BgClassName
{
background-color: #00AA4C;
}
</style>
border-color css
<style>
span { border-color: #00AA4C; }
span { border-color: rgb(0,170,76); }
td.TdClassName
{
border-color: #00AA4C;
}
.TagClassName
{
border-color: #00AA4C;
}
</style>