Shades of Persian Green #01AB88
Tints of Persian Green #01AB88
RGB
CMYK
RGB Variations
Color information
#01AB88 (or 0x01AB88) is known color: Persian Green. HEX triplet: 01, AB and 88. RGB value is (1,171,136). Sum of RGB (Red+Green+Blue) = 1+171+136=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB88 is #FE5477. Grayscale: #747474. Windows color (decimal): -16667768 or 8956673. OLE color: 8956673.
HSL color Cylindrical-coordinate representation of color #01AB88: hue angle of 167.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 #01AB88 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 136 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.33 |
| HSL | 167.65º | 0.99% | 0.34% | - |
| HSV(B) | 167.65º | 0.99% | 0.67% | - |
| XYZ | 19.02 | 30.91 | 28.26 | - |
| YUV | 116.18 | 139.18 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 136 | 0.99 | 0 | 0.20 | 0.33 | 167.65 | 0.99 | 0.34 |
| Hex | 1 | AB | 88 | 63 | 0 | 14 | 21 | A8 | 63 | 22 |
| Octal | 1 | 253 | 210 | 143 | 0 | 24 | 41 | 250 | 143 | 42 |
| Binary | 1 | 10101011 | 10001000 | 1100011 | 0 | 10100 | 100001 | 10101000 | 1100011 | 100010 |
Color Harmonies of #01AB88
Complementary color
Monochromatic Colors of #01AB88
Black with #01AB88
Text Example
Text Example
White with #01AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB88; }
p { color: rgb(1,171,136); }
H1.HeaderClassName
{
color: #01AB88;
}
.AnyTagClassName
{
color: #01AB88;
}
</style>
background-color css
<style>
a { background-color: #01AB88; }
a { background-color: rgb(1,171,136); }
div.DivClassName
{
background-color: #01AB88;
}
.BgClassName
{
background-color: #01AB88;
}
</style>
border-color css
<style>
span { border-color: #01AB88; }
span { border-color: rgb(1,171,136); }
td.TdClassName
{
border-color: #01AB88;
}
.TagClassName
{
border-color: #01AB88;
}
</style>