Shades of Persian Green #01AA9D
Tints of Persian Green #01AA9D
RGB
CMYK
RGB Variations
Color information
#01AA9D (or 0x01AA9D) is known color: Persian Green. HEX triplet: 01, AA and 9D. RGB value is (1,170,157). Sum of RGB (Red+Green+Blue) = 1+170+157=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AA9D is #FE5562. Grayscale: #757575. Windows color (decimal): -16668003 or 10332673. OLE color: 10332673.
HSL color Cylindrical-coordinate representation of color #01AA9D: hue angle of 175.38º 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 #01AA9D is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 170 | 157 | - |
| CMYK | 0.99 | 0 | 0.08 | 0.33 |
| HSL | 175.38º | 0.99% | 0.34% | - |
| HSV(B) | 175.38º | 0.99% | 0.67% | - |
| XYZ | 20.47 | 31.19 | 36.84 | - |
| YUV | 117.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 170 | 157 | 0.99 | 0 | 0.08 | 0.33 | 175.38 | 0.99 | 0.34 |
| Hex | 1 | AA | 9D | 63 | 0 | 8 | 21 | AF | 63 | 22 |
| Octal | 1 | 252 | 235 | 143 | 0 | 10 | 41 | 257 | 143 | 42 |
| Binary | 1 | 10101010 | 10011101 | 1100011 | 0 | 1000 | 100001 | 10101111 | 1100011 | 100010 |
Color Harmonies of #01AA9D
Complementary color
Monochromatic Colors of #01AA9D
Black with #01AA9D
Text Example
Text Example
White with #01AA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AA9D; }
p { color: rgb(1,170,157); }
H1.HeaderClassName
{
color: #01AA9D;
}
.AnyTagClassName
{
color: #01AA9D;
}
</style>
background-color css
<style>
a { background-color: #01AA9D; }
a { background-color: rgb(1,170,157); }
div.DivClassName
{
background-color: #01AA9D;
}
.BgClassName
{
background-color: #01AA9D;
}
</style>
border-color css
<style>
span { border-color: #01AA9D; }
span { border-color: rgb(1,170,157); }
td.TdClassName
{
border-color: #01AA9D;
}
.TagClassName
{
border-color: #01AA9D;
}
</style>