Shades of Persian Green #01AB84
Tints of Persian Green #01AB84
RGB
CMYK
RGB Variations
Color information
#01AB84 (or 0x01AB84) is known color: Persian Green. HEX triplet: 01, AB and 84. RGB value is (1,171,132). Sum of RGB (Red+Green+Blue) = 1+171+132=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB84 is #FE547B. Grayscale: #737373. Windows color (decimal): -16667772 or 8694529. OLE color: 8694529.
HSL color Cylindrical-coordinate representation of color #01AB84: hue angle of 166.24º 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 #01AB84 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 132 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.33 |
| HSL | 166.24º | 0.99% | 0.34% | - |
| HSV(B) | 166.24º | 0.99% | 0.67% | - |
| XYZ | 18.74 | 30.8 | 26.79 | - |
| YUV | 115.72 | 137.18 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 132 | 0.99 | 0 | 0.23 | 0.33 | 166.24 | 0.99 | 0.34 |
| Hex | 1 | AB | 84 | 63 | 0 | 17 | 21 | A6 | 63 | 22 |
| Octal | 1 | 253 | 204 | 143 | 0 | 27 | 41 | 246 | 143 | 42 |
| Binary | 1 | 10101011 | 10000100 | 1100011 | 0 | 10111 | 100001 | 10100110 | 1100011 | 100010 |
Color Harmonies of #01AB84
Complementary color
Monochromatic Colors of #01AB84
Black with #01AB84
Text Example
Text Example
White with #01AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB84; }
p { color: rgb(1,171,132); }
H1.HeaderClassName
{
color: #01AB84;
}
.AnyTagClassName
{
color: #01AB84;
}
</style>
background-color css
<style>
a { background-color: #01AB84; }
a { background-color: rgb(1,171,132); }
div.DivClassName
{
background-color: #01AB84;
}
.BgClassName
{
background-color: #01AB84;
}
</style>
border-color css
<style>
span { border-color: #01AB84; }
span { border-color: rgb(1,171,132); }
td.TdClassName
{
border-color: #01AB84;
}
.TagClassName
{
border-color: #01AB84;
}
</style>