Shades of Persian Green #01ABA0
Tints of Persian Green #01ABA0
RGB
CMYK
RGB Variations
Color information
#01ABA0 (or 0x01ABA0) is known color: Persian Green. HEX triplet: 01, AB and A0. RGB value is (1,171,160). Sum of RGB (Red+Green+Blue) = 1+171+160=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #01ABA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ABA0 is #FE545F. Grayscale: #767676. Windows color (decimal): -16667744 or 10529537. OLE color: 10529537.
HSL color Cylindrical-coordinate representation of color #01ABA0: hue angle of 176.12º 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 #01ABA0 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 160 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.33 |
| HSL | 176.12º | 0.99% | 0.34% | - |
| HSV(B) | 176.12º | 0.99% | 0.67% | - |
| XYZ | 20.92 | 31.67 | 38.27 | - |
| YUV | 118.92 | 151.18 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 160 | 0.99 | 0 | 0.06 | 0.33 | 176.12 | 0.99 | 0.34 |
| Hex | 1 | AB | A0 | 63 | 0 | 6 | 21 | B0 | 63 | 22 |
| Octal | 1 | 253 | 240 | 143 | 0 | 6 | 41 | 260 | 143 | 42 |
| Binary | 1 | 10101011 | 10100000 | 1100011 | 0 | 110 | 100001 | 10110000 | 1100011 | 100010 |
Color Harmonies of #01ABA0
Complementary color
Monochromatic Colors of #01ABA0
Black with #01ABA0
Text Example
Text Example
White with #01ABA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABA0; }
p { color: rgb(1,171,160); }
H1.HeaderClassName
{
color: #01ABA0;
}
.AnyTagClassName
{
color: #01ABA0;
}
</style>
background-color css
<style>
a { background-color: #01ABA0; }
a { background-color: rgb(1,171,160); }
div.DivClassName
{
background-color: #01ABA0;
}
.BgClassName
{
background-color: #01ABA0;
}
</style>
border-color css
<style>
span { border-color: #01ABA0; }
span { border-color: rgb(1,171,160); }
td.TdClassName
{
border-color: #01ABA0;
}
.TagClassName
{
border-color: #01ABA0;
}
</style>