Shades of Persian Green #01AA88
Tints of Persian Green #01AA88
RGB
CMYK
RGB Variations
Color information
#01AA88 (or 0x01AA88) is known color: Persian Green. HEX triplet: 01, AA and 88. RGB value is (1,170,136). Sum of RGB (Red+Green+Blue) = 1+170+136=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AA88 is #FE5577. Grayscale: #737373. Windows color (decimal): -16668024 or 8956417. OLE color: 8956417.
HSL color Cylindrical-coordinate representation of color #01AA88: hue angle of 167.93º 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 #01AA88 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 136 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.33 |
| HSL | 167.93º | 0.99% | 0.34% | - |
| HSV(B) | 167.93º | 0.99% | 0.67% | - |
| XYZ | 18.83 | 30.53 | 28.19 | - |
| YUV | 115.59 | 139.51 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 136 | 0.99 | 0 | 0.20 | 0.33 | 167.93 | 0.99 | 0.34 |
| Hex | 1 | AA | 88 | 63 | 0 | 14 | 21 | A8 | 63 | 22 |
| Octal | 1 | 252 | 210 | 143 | 0 | 24 | 41 | 250 | 143 | 42 |
| Binary | 1 | 10101010 | 10001000 | 1100011 | 0 | 10100 | 100001 | 10101000 | 1100011 | 100010 |
Color Harmonies of #01AA88
Complementary color
Monochromatic Colors of #01AA88
Black with #01AA88
Text Example
Text Example
White with #01AA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA88; }
p { color: rgb(1,170,136); }
H1.HeaderClassName
{
color: #01AA88;
}
.AnyTagClassName
{
color: #01AA88;
}
</style>
background-color css
<style>
a { background-color: #01AA88; }
a { background-color: rgb(1,170,136); }
div.DivClassName
{
background-color: #01AA88;
}
.BgClassName
{
background-color: #01AA88;
}
</style>
border-color css
<style>
span { border-color: #01AA88; }
span { border-color: rgb(1,170,136); }
td.TdClassName
{
border-color: #01AA88;
}
.TagClassName
{
border-color: #01AA88;
}
</style>