Shades of Persian Green #01AB9F
Tints of Persian Green #01AB9F
RGB
CMYK
RGB Variations
Color information
#01AB9F (or 0x01AB9F) is known color: Persian Green. HEX triplet: 01, AB and 9F. RGB value is (1,171,159). Sum of RGB (Red+Green+Blue) = 1+171+159=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB9F is #FE5460. Grayscale: #767676. Windows color (decimal): -16667745 or 10464001. OLE color: 10464001.
HSL color Cylindrical-coordinate representation of color #01AB9F: hue angle of 175.76º 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 #01AB9F is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 159 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.33 |
| HSL | 175.76º | 0.99% | 0.34% | - |
| HSV(B) | 175.76º | 0.99% | 0.67% | - |
| XYZ | 20.83 | 31.64 | 37.81 | - |
| YUV | 118.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 159 | 0.99 | 0 | 0.07 | 0.33 | 175.76 | 0.99 | 0.34 |
| Hex | 1 | AB | 9F | 63 | 0 | 7 | 21 | B0 | 63 | 22 |
| Octal | 1 | 253 | 237 | 143 | 0 | 7 | 41 | 260 | 143 | 42 |
| Binary | 1 | 10101011 | 10011111 | 1100011 | 0 | 111 | 100001 | 10110000 | 1100011 | 100010 |
Color Harmonies of #01AB9F
Complementary color
Monochromatic Colors of #01AB9F
Black with #01AB9F
Text Example
Text Example
White with #01AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB9F; }
p { color: rgb(1,171,159); }
H1.HeaderClassName
{
color: #01AB9F;
}
.AnyTagClassName
{
color: #01AB9F;
}
</style>
background-color css
<style>
a { background-color: #01AB9F; }
a { background-color: rgb(1,171,159); }
div.DivClassName
{
background-color: #01AB9F;
}
.BgClassName
{
background-color: #01AB9F;
}
</style>
border-color css
<style>
span { border-color: #01AB9F; }
span { border-color: rgb(1,171,159); }
td.TdClassName
{
border-color: #01AB9F;
}
.TagClassName
{
border-color: #01AB9F;
}
</style>