Shades of Persian Green #01AB99
Tints of Persian Green #01AB99
RGB
CMYK
RGB Variations
Color information
#01AB99 (or 0x01AB99) is known color: Persian Green. HEX triplet: 01, AB and 99. RGB value is (1,171,153). Sum of RGB (Red+Green+Blue) = 1+171+153=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB99 is #FE5466. Grayscale: #767676. Windows color (decimal): -16667751 or 10070785. OLE color: 10070785.
HSL color Cylindrical-coordinate representation of color #01AB99: hue angle of 173.65º 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 #01AB99 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 153 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.33 |
| HSL | 173.65º | 0.99% | 0.34% | - |
| HSV(B) | 173.65º | 0.99% | 0.67% | - |
| XYZ | 20.33 | 31.43 | 35.13 | - |
| YUV | 118.12 | 147.68 | 44.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 153 | 0.99 | 0 | 0.11 | 0.33 | 173.65 | 0.99 | 0.34 |
| Hex | 1 | AB | 99 | 63 | 0 | B | 21 | AE | 63 | 22 |
| Octal | 1 | 253 | 231 | 143 | 0 | 13 | 41 | 256 | 143 | 42 |
| Binary | 1 | 10101011 | 10011001 | 1100011 | 0 | 1011 | 100001 | 10101110 | 1100011 | 100010 |
Color Harmonies of #01AB99
Complementary color
Monochromatic Colors of #01AB99
Black with #01AB99
Text Example
Text Example
White with #01AB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB99; }
p { color: rgb(1,171,153); }
H1.HeaderClassName
{
color: #01AB99;
}
.AnyTagClassName
{
color: #01AB99;
}
</style>
background-color css
<style>
a { background-color: #01AB99; }
a { background-color: rgb(1,171,153); }
div.DivClassName
{
background-color: #01AB99;
}
.BgClassName
{
background-color: #01AB99;
}
</style>
border-color css
<style>
span { border-color: #01AB99; }
span { border-color: rgb(1,171,153); }
td.TdClassName
{
border-color: #01AB99;
}
.TagClassName
{
border-color: #01AB99;
}
</style>