Shades of Persian Green #01AA99
Tints of Persian Green #01AA99
RGB
CMYK
RGB Variations
Color information
#01AA99 (or 0x01AA99) is known color: Persian Green. HEX triplet: 01, AA and 99. RGB value is (1,170,153). Sum of RGB (Red+Green+Blue) = 1+170+153=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AA99 is #FE5566. Grayscale: #757575. Windows color (decimal): -16668007 or 10070529. OLE color: 10070529.
HSL color Cylindrical-coordinate representation of color #01AA99: hue angle of 173.96º 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 #01AA99 is Cyan = 0.99, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 153 | - |
| CMYK | 0.99 | 0 | 0.1 | 0.33 |
| HSL | 173.96º | 0.99% | 0.34% | - |
| HSV(B) | 173.96º | 0.99% | 0.67% | - |
| XYZ | 20.14 | 31.06 | 35.07 | - |
| YUV | 117.53 | 148.01 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 153 | 0.99 | 0 | 0.1 | 0.33 | 173.96 | 0.99 | 0.34 |
| Hex | 1 | AA | 99 | 63 | 0 | A | 21 | AE | 63 | 22 |
| Octal | 1 | 252 | 231 | 143 | 0 | 12 | 41 | 256 | 143 | 42 |
| Binary | 1 | 10101010 | 10011001 | 1100011 | 0 | 1010 | 100001 | 10101110 | 1100011 | 100010 |
Color Harmonies of #01AA99
Complementary color
Monochromatic Colors of #01AA99
Black with #01AA99
Text Example
Text Example
White with #01AA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA99; }
p { color: rgb(1,170,153); }
H1.HeaderClassName
{
color: #01AA99;
}
.AnyTagClassName
{
color: #01AA99;
}
</style>
background-color css
<style>
a { background-color: #01AA99; }
a { background-color: rgb(1,170,153); }
div.DivClassName
{
background-color: #01AA99;
}
.BgClassName
{
background-color: #01AA99;
}
</style>
border-color css
<style>
span { border-color: #01AA99; }
span { border-color: rgb(1,170,153); }
td.TdClassName
{
border-color: #01AA99;
}
.TagClassName
{
border-color: #01AA99;
}
</style>