Shades of Persian Green #01AF86
Tints of Persian Green #01AF86
RGB
CMYK
RGB Variations
Color information
#01AF86 (or 0x01AF86) is known color: Persian Green. HEX triplet: 01, AF and 86. RGB value is (1,175,134). Sum of RGB (Red+Green+Blue) = 1+175+134=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF86 is #FE5079. Grayscale: #767676. Windows color (decimal): -16666746 or 8826625. OLE color: 8826625.
HSL color Cylindrical-coordinate representation of color #01AF86: hue angle of 165.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF86 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 134 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.31 |
| HSL | 165.86º | 0.99% | 0.35% | - |
| HSV(B) | 165.86º | 0.99% | 0.69% | - |
| XYZ | 19.65 | 32.39 | 27.77 | - |
| YUV | 118.3 | 136.85 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 134 | 0.99 | 0 | 0.23 | 0.31 | 165.86 | 0.99 | 0.35 |
| Hex | 1 | AF | 86 | 63 | 0 | 17 | 1F | A6 | 63 | 23 |
| Octal | 1 | 257 | 206 | 143 | 0 | 27 | 37 | 246 | 143 | 43 |
| Binary | 1 | 10101111 | 10000110 | 1100011 | 0 | 10111 | 11111 | 10100110 | 1100011 | 100011 |
Color Harmonies of #01AF86
Complementary color
Monochromatic Colors of #01AF86
Black with #01AF86
Text Example
Text Example
White with #01AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF86; }
p { color: rgb(1,175,134); }
H1.HeaderClassName
{
color: #01AF86;
}
.AnyTagClassName
{
color: #01AF86;
}
</style>
background-color css
<style>
a { background-color: #01AF86; }
a { background-color: rgb(1,175,134); }
div.DivClassName
{
background-color: #01AF86;
}
.BgClassName
{
background-color: #01AF86;
}
</style>
border-color css
<style>
span { border-color: #01AF86; }
span { border-color: rgb(1,175,134); }
td.TdClassName
{
border-color: #01AF86;
}
.TagClassName
{
border-color: #01AF86;
}
</style>