Shades of Persian Green #01A99D
Tints of Persian Green #01A99D
RGB
CMYK
RGB Variations
Color information
#01A99D (or 0x01A99D) is known color: Persian Green. HEX triplet: 01, A9 and 9D. RGB value is (1,169,157). Sum of RGB (Red+Green+Blue) = 1+169+157=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #01A99D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A99D is #FE5662. Grayscale: #757575. Windows color (decimal): -16668259 or 10332417. OLE color: 10332417.
HSL color Cylindrical-coordinate representation of color #01A99D: hue angle of 175.71º 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 #01A99D is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 1 | 169 | 157 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.34 |
| HSL | 175.71º | 0.99% | 0.33% | - |
| HSV(B) | 175.71º | 0.99% | 0.66% | - |
| XYZ | 20.29 | 30.82 | 36.78 | - |
| YUV | 117.4 | 150.34 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 157 | 0.99 | 0 | 0.07 | 0.34 | 175.71 | 0.99 | 0.33 |
| Hex | 1 | A9 | 9D | 63 | 0 | 7 | 22 | B0 | 63 | 21 |
| Octal | 1 | 251 | 235 | 143 | 0 | 7 | 42 | 260 | 143 | 41 |
| Binary | 1 | 10101001 | 10011101 | 1100011 | 0 | 111 | 100010 | 10110000 | 1100011 | 100001 |
Color Harmonies of #01A99D
Complementary color
Monochromatic Colors of #01A99D
Black with #01A99D
Text Example
Text Example
White with #01A99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A99D; }
p { color: rgb(1,169,157); }
H1.HeaderClassName
{
color: #01A99D;
}
.AnyTagClassName
{
color: #01A99D;
}
</style>
background-color css
<style>
a { background-color: #01A99D; }
a { background-color: rgb(1,169,157); }
div.DivClassName
{
background-color: #01A99D;
}
.BgClassName
{
background-color: #01A99D;
}
</style>
border-color css
<style>
span { border-color: #01A99D; }
span { border-color: rgb(1,169,157); }
td.TdClassName
{
border-color: #01A99D;
}
.TagClassName
{
border-color: #01A99D;
}
</style>