Shades of Pigment Green #01AA53
Tints of Pigment Green #01AA53
RGB
CMYK
RGB Variations
Color information
#01AA53 (or 0x01AA53) is known color: Pigment Green. HEX triplet: 01, AA and 53. RGB value is (1,170,83). Sum of RGB (Red+Green+Blue) = 1+170+83=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA53 is #FE55AC. Grayscale: #6D6D6D. Windows color (decimal): -16668077 or 5483009. OLE color: 5483009.
HSL color Cylindrical-coordinate representation of color #01AA53: hue angle of 149.11º 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 #01AA53 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 83 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.33 |
| HSL | 149.11º | 0.99% | 0.34% | - |
| HSV(B) | 149.11º | 0.99% | 0.67% | - |
| XYZ | 15.95 | 29.38 | 13.01 | - |
| YUV | 109.55 | 113.01 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 83 | 0.99 | 0 | 0.51 | 0.33 | 149.11 | 0.99 | 0.34 |
| Hex | 1 | AA | 53 | 63 | 0 | 33 | 21 | 95 | 63 | 22 |
| Octal | 1 | 252 | 123 | 143 | 0 | 63 | 41 | 225 | 143 | 42 |
| Binary | 1 | 10101010 | 1010011 | 1100011 | 0 | 110011 | 100001 | 10010101 | 1100011 | 100010 |
Color Harmonies of #01AA53
Complementary color
Monochromatic Colors of #01AA53
Black with #01AA53
Text Example
Text Example
White with #01AA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA53; }
p { color: rgb(1,170,83); }
H1.HeaderClassName
{
color: #01AA53;
}
.AnyTagClassName
{
color: #01AA53;
}
</style>
background-color css
<style>
a { background-color: #01AA53; }
a { background-color: rgb(1,170,83); }
div.DivClassName
{
background-color: #01AA53;
}
.BgClassName
{
background-color: #01AA53;
}
</style>
border-color css
<style>
span { border-color: #01AA53; }
span { border-color: rgb(1,170,83); }
td.TdClassName
{
border-color: #01AA53;
}
.TagClassName
{
border-color: #01AA53;
}
</style>