Shades of Persian Green #01ABA3
Tints of Persian Green #01ABA3
RGB
CMYK
RGB Variations
Color information
#01ABA3 (or 0x01ABA3) is known color: Persian Green. HEX triplet: 01, AB and A3. RGB value is (1,171,163). Sum of RGB (Red+Green+Blue) = 1+171+163=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 163 (64.06% from 255 or 48.66% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #01ABA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ABA3 is #FE545C. Grayscale: #777777. Windows color (decimal): -16667741 or 10726145. OLE color: 10726145.
HSL color Cylindrical-coordinate representation of color #01ABA3: hue angle of 177.18º 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 #01ABA3 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 171 | 163 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.33 |
| HSL | 177.18º | 0.99% | 0.34% | - |
| HSV(B) | 177.18º | 0.99% | 0.67% | - |
| XYZ | 21.19 | 31.78 | 39.67 | - |
| YUV | 119.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 171 | 163 | 0.99 | 0 | 0.05 | 0.33 | 177.18 | 0.99 | 0.34 |
| Hex | 1 | AB | A3 | 63 | 0 | 5 | 21 | B1 | 63 | 22 |
| Octal | 1 | 253 | 243 | 143 | 0 | 5 | 41 | 261 | 143 | 42 |
| Binary | 1 | 10101011 | 10100011 | 1100011 | 0 | 101 | 100001 | 10110001 | 1100011 | 100010 |
Color Harmonies of #01ABA3
Complementary color
Monochromatic Colors of #01ABA3
Black with #01ABA3
Text Example
Text Example
White with #01ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ABA3; }
p { color: rgb(1,171,163); }
H1.HeaderClassName
{
color: #01ABA3;
}
.AnyTagClassName
{
color: #01ABA3;
}
</style>
background-color css
<style>
a { background-color: #01ABA3; }
a { background-color: rgb(1,171,163); }
div.DivClassName
{
background-color: #01ABA3;
}
.BgClassName
{
background-color: #01ABA3;
}
</style>
border-color css
<style>
span { border-color: #01ABA3; }
span { border-color: rgb(1,171,163); }
td.TdClassName
{
border-color: #01ABA3;
}
.TagClassName
{
border-color: #01ABA3;
}
</style>