Shades of Persian Green #01A9A0
Tints of Persian Green #01A9A0
RGB
CMYK
RGB Variations
Color information
#01A9A0 (or 0x01A9A0) is known color: Persian Green. HEX triplet: 01, A9 and A0. RGB value is (1,169,160). Sum of RGB (Red+Green+Blue) = 1+169+160=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #01A9A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A9A0 is #FE565F. Grayscale: #757575. Windows color (decimal): -16668256 or 10529025. OLE color: 10529025.
HSL color Cylindrical-coordinate representation of color #01A9A0: hue angle of 176.79º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A9A0 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 169 | 160 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.34 |
| HSL | 176.79º | 0.99% | 0.33% | - |
| HSV(B) | 176.79º | 0.99% | 0.66% | - |
| XYZ | 20.55 | 30.92 | 38.14 | - |
| YUV | 117.74 | 151.84 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 160 | 0.99 | 0 | 0.05 | 0.34 | 176.79 | 0.99 | 0.33 |
| Hex | 1 | A9 | A0 | 63 | 0 | 5 | 22 | B1 | 63 | 21 |
| Octal | 1 | 251 | 240 | 143 | 0 | 5 | 42 | 261 | 143 | 41 |
| Binary | 1 | 10101001 | 10100000 | 1100011 | 0 | 101 | 100010 | 10110001 | 1100011 | 100001 |
Color Harmonies of #01A9A0
Complementary color
Monochromatic Colors of #01A9A0
Black with #01A9A0
Text Example
Text Example
White with #01A9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A9A0; }
p { color: rgb(1,169,160); }
H1.HeaderClassName
{
color: #01A9A0;
}
.AnyTagClassName
{
color: #01A9A0;
}
</style>
background-color css
<style>
a { background-color: #01A9A0; }
a { background-color: rgb(1,169,160); }
div.DivClassName
{
background-color: #01A9A0;
}
.BgClassName
{
background-color: #01A9A0;
}
</style>
border-color css
<style>
span { border-color: #01A9A0; }
span { border-color: rgb(1,169,160); }
td.TdClassName
{
border-color: #01A9A0;
}
.TagClassName
{
border-color: #01A9A0;
}
</style>