Shades of Persian Green #01AB93
Tints of Persian Green #01AB93
RGB
CMYK
RGB Variations
Color information
#01AB93 (or 0x01AB93) is known color: Persian Green. HEX triplet: 01, AB and 93. RGB value is (1,171,147). Sum of RGB (Red+Green+Blue) = 1+171+147=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB93 is #FE546C. Grayscale: #757575. Windows color (decimal): -16667757 or 9677569. OLE color: 9677569.
HSL color Cylindrical-coordinate representation of color #01AB93: hue angle of 171.53º 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 #01AB93 is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 147 | - |
| CMYK | 0.99 | 0 | 0.14 | 0.33 |
| HSL | 171.53º | 0.99% | 0.34% | - |
| HSV(B) | 171.53º | 0.99% | 0.67% | - |
| XYZ | 19.84 | 31.24 | 32.59 | - |
| YUV | 117.43 | 144.68 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 147 | 0.99 | 0 | 0.14 | 0.33 | 171.53 | 0.99 | 0.34 |
| Hex | 1 | AB | 93 | 63 | 0 | E | 21 | AC | 63 | 22 |
| Octal | 1 | 253 | 223 | 143 | 0 | 16 | 41 | 254 | 143 | 42 |
| Binary | 1 | 10101011 | 10010011 | 1100011 | 0 | 1110 | 100001 | 10101100 | 1100011 | 100010 |
Color Harmonies of #01AB93
Complementary color
Monochromatic Colors of #01AB93
Black with #01AB93
Text Example
Text Example
White with #01AB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AB93; }
p { color: rgb(1,171,147); }
H1.HeaderClassName
{
color: #01AB93;
}
.AnyTagClassName
{
color: #01AB93;
}
</style>
background-color css
<style>
a { background-color: #01AB93; }
a { background-color: rgb(1,171,147); }
div.DivClassName
{
background-color: #01AB93;
}
.BgClassName
{
background-color: #01AB93;
}
</style>
border-color css
<style>
span { border-color: #01AB93; }
span { border-color: rgb(1,171,147); }
td.TdClassName
{
border-color: #01AB93;
}
.TagClassName
{
border-color: #01AB93;
}
</style>