Shades of Pigment Green #01AA5C
Tints of Pigment Green #01AA5C
RGB
CMYK
RGB Variations
Color information
#01AA5C (or 0x01AA5C) is known color: Pigment Green. HEX triplet: 01, AA and 5C. RGB value is (1,170,92). Sum of RGB (Red+Green+Blue) = 1+170+92=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AA5C is #FE55A3. Grayscale: #6E6E6E. Windows color (decimal): -16668068 or 6072833. OLE color: 6072833.
HSL color Cylindrical-coordinate representation of color #01AA5C: hue angle of 152.31º 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 #01AA5C is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 92 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.33 |
| HSL | 152.31º | 0.99% | 0.34% | - |
| HSV(B) | 152.31º | 0.99% | 0.67% | - |
| XYZ | 16.32 | 29.53 | 14.96 | - |
| YUV | 110.58 | 117.51 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 92 | 0.99 | 0 | 0.46 | 0.33 | 152.31 | 0.99 | 0.34 |
| Hex | 1 | AA | 5C | 63 | 0 | 2E | 21 | 98 | 63 | 22 |
| Octal | 1 | 252 | 134 | 143 | 0 | 56 | 41 | 230 | 143 | 42 |
| Binary | 1 | 10101010 | 1011100 | 1100011 | 0 | 101110 | 100001 | 10011000 | 1100011 | 100010 |
Color Harmonies of #01AA5C
Complementary color
Monochromatic Colors of #01AA5C
Black with #01AA5C
Text Example
Text Example
White with #01AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA5C; }
p { color: rgb(1,170,92); }
H1.HeaderClassName
{
color: #01AA5C;
}
.AnyTagClassName
{
color: #01AA5C;
}
</style>
background-color css
<style>
a { background-color: #01AA5C; }
a { background-color: rgb(1,170,92); }
div.DivClassName
{
background-color: #01AA5C;
}
.BgClassName
{
background-color: #01AA5C;
}
</style>
border-color css
<style>
span { border-color: #01AA5C; }
span { border-color: rgb(1,170,92); }
td.TdClassName
{
border-color: #01AA5C;
}
.TagClassName
{
border-color: #01AA5C;
}
</style>