Shades of Pigment Green #01AA45
Tints of Pigment Green #01AA45
RGB
CMYK
RGB Variations
Color information
#01AA45 (or 0x01AA45) is known color: Pigment Green. HEX triplet: 01, AA and 45. RGB value is (1,170,69). Sum of RGB (Red+Green+Blue) = 1+170+69=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AA45 is #FE55BA. Grayscale: #6C6C6C. Windows color (decimal): -16668091 or 4565505. OLE color: 4565505.
HSL color Cylindrical-coordinate representation of color #01AA45: hue angle of 144.14º 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 #01AA45 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 69 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.33 |
| HSL | 144.14º | 0.99% | 0.34% | - |
| HSV(B) | 144.14º | 0.99% | 0.67% | - |
| XYZ | 15.46 | 29.19 | 10.45 | - |
| YUV | 107.96 | 106.01 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 69 | 0.99 | 0 | 0.59 | 0.33 | 144.14 | 0.99 | 0.34 |
| Hex | 1 | AA | 45 | 63 | 0 | 3B | 21 | 90 | 63 | 22 |
| Octal | 1 | 252 | 105 | 143 | 0 | 73 | 41 | 220 | 143 | 42 |
| Binary | 1 | 10101010 | 1000101 | 1100011 | 0 | 111011 | 100001 | 10010000 | 1100011 | 100010 |
Color Harmonies of #01AA45
Complementary color
Monochromatic Colors of #01AA45
Black with #01AA45
Text Example
Text Example
White with #01AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA45; }
p { color: rgb(1,170,69); }
H1.HeaderClassName
{
color: #01AA45;
}
.AnyTagClassName
{
color: #01AA45;
}
</style>
background-color css
<style>
a { background-color: #01AA45; }
a { background-color: rgb(1,170,69); }
div.DivClassName
{
background-color: #01AA45;
}
.BgClassName
{
background-color: #01AA45;
}
</style>
border-color css
<style>
span { border-color: #01AA45; }
span { border-color: rgb(1,170,69); }
td.TdClassName
{
border-color: #01AA45;
}
.TagClassName
{
border-color: #01AA45;
}
</style>