Shades of Persian Green #01AAA0
Tints of Persian Green #01AAA0
RGB
CMYK
RGB Variations
Color information
#01AAA0 (or 0x01AAA0) is known color: Persian Green. HEX triplet: 01, AA and A0. RGB value is (1,170,160). Sum of RGB (Red+Green+Blue) = 1+170+160=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #01AAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AAA0 is #FE555F. Grayscale: #767676. Windows color (decimal): -16668000 or 10529281. OLE color: 10529281.
HSL color Cylindrical-coordinate representation of color #01AAA0: hue angle of 176.45º 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 #01AAA0 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 160 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.33 |
| HSL | 176.45º | 0.99% | 0.34% | - |
| HSV(B) | 176.45º | 0.99% | 0.67% | - |
| XYZ | 20.73 | 31.29 | 38.21 | - |
| YUV | 118.33 | 151.51 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 160 | 0.99 | 0 | 0.06 | 0.33 | 176.45 | 0.99 | 0.34 |
| Hex | 1 | AA | A0 | 63 | 0 | 6 | 21 | B0 | 63 | 22 |
| Octal | 1 | 252 | 240 | 143 | 0 | 6 | 41 | 260 | 143 | 42 |
| Binary | 1 | 10101010 | 10100000 | 1100011 | 0 | 110 | 100001 | 10110000 | 1100011 | 100010 |
Color Harmonies of #01AAA0
Complementary color
Monochromatic Colors of #01AAA0
Black with #01AAA0
Text Example
Text Example
White with #01AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AAA0; }
p { color: rgb(1,170,160); }
H1.HeaderClassName
{
color: #01AAA0;
}
.AnyTagClassName
{
color: #01AAA0;
}
</style>
background-color css
<style>
a { background-color: #01AAA0; }
a { background-color: rgb(1,170,160); }
div.DivClassName
{
background-color: #01AAA0;
}
.BgClassName
{
background-color: #01AAA0;
}
</style>
border-color css
<style>
span { border-color: #01AAA0; }
span { border-color: rgb(1,170,160); }
td.TdClassName
{
border-color: #01AAA0;
}
.TagClassName
{
border-color: #01AAA0;
}
</style>