Shades of Pigment Green #01AA4E
Tints of Pigment Green #01AA4E
RGB
CMYK
RGB Variations
Color information
#01AA4E (or 0x01AA4E) is known color: Pigment Green. HEX triplet: 01, AA and 4E. RGB value is (1,170,78). Sum of RGB (Red+Green+Blue) = 1+170+78=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA4E is #FE55B1. Grayscale: #6D6D6D. Windows color (decimal): -16668082 or 5155329. OLE color: 5155329.
HSL color Cylindrical-coordinate representation of color #01AA4E: hue angle of 147.34º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AA4E is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 78 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.33 |
| HSL | 147.34º | 0.99% | 0.34% | - |
| HSV(B) | 147.34º | 0.99% | 0.67% | - |
| XYZ | 15.76 | 29.31 | 12.03 | - |
| YUV | 108.98 | 110.51 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 78 | 0.99 | 0 | 0.54 | 0.33 | 147.34 | 0.99 | 0.34 |
| Hex | 1 | AA | 4E | 63 | 0 | 36 | 21 | 93 | 63 | 22 |
| Octal | 1 | 252 | 116 | 143 | 0 | 66 | 41 | 223 | 143 | 42 |
| Binary | 1 | 10101010 | 1001110 | 1100011 | 0 | 110110 | 100001 | 10010011 | 1100011 | 100010 |
Color Harmonies of #01AA4E
Complementary color
Monochromatic Colors of #01AA4E
Black with #01AA4E
Text Example
Text Example
White with #01AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA4E; }
p { color: rgb(1,170,78); }
H1.HeaderClassName
{
color: #01AA4E;
}
.AnyTagClassName
{
color: #01AA4E;
}
</style>
background-color css
<style>
a { background-color: #01AA4E; }
a { background-color: rgb(1,170,78); }
div.DivClassName
{
background-color: #01AA4E;
}
.BgClassName
{
background-color: #01AA4E;
}
</style>
border-color css
<style>
span { border-color: #01AA4E; }
span { border-color: rgb(1,170,78); }
td.TdClassName
{
border-color: #01AA4E;
}
.TagClassName
{
border-color: #01AA4E;
}
</style>