Shades of Persian Green #01AF8A
Tints of Persian Green #01AF8A
RGB
CMYK
RGB Variations
Color information
#01AF8A (or 0x01AF8A) is known color: Persian Green. HEX triplet: 01, AF and 8A. RGB value is (1,175,138). Sum of RGB (Red+Green+Blue) = 1+175+138=314 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF8A is #FE5075. Grayscale: #767676. Windows color (decimal): -16666742 or 9088769. OLE color: 9088769.
HSL color Cylindrical-coordinate representation of color #01AF8A: hue angle of 167.24º 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 #01AF8A is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 138 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.31 |
| HSL | 167.24º | 0.99% | 0.35% | - |
| HSV(B) | 167.24º | 0.99% | 0.69% | - |
| XYZ | 19.93 | 32.5 | 29.27 | - |
| YUV | 118.76 | 138.85 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 138 | 0.99 | 0 | 0.21 | 0.31 | 167.24 | 0.99 | 0.35 |
| Hex | 1 | AF | 8A | 63 | 0 | 15 | 1F | A7 | 63 | 23 |
| Octal | 1 | 257 | 212 | 143 | 0 | 25 | 37 | 247 | 143 | 43 |
| Binary | 1 | 10101111 | 10001010 | 1100011 | 0 | 10101 | 11111 | 10100111 | 1100011 | 100011 |
Color Harmonies of #01AF8A
Complementary color
Monochromatic Colors of #01AF8A
Black with #01AF8A
Text Example
Text Example
White with #01AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF8A; }
p { color: rgb(1,175,138); }
H1.HeaderClassName
{
color: #01AF8A;
}
.AnyTagClassName
{
color: #01AF8A;
}
</style>
background-color css
<style>
a { background-color: #01AF8A; }
a { background-color: rgb(1,175,138); }
div.DivClassName
{
background-color: #01AF8A;
}
.BgClassName
{
background-color: #01AF8A;
}
</style>
border-color css
<style>
span { border-color: #01AF8A; }
span { border-color: rgb(1,175,138); }
td.TdClassName
{
border-color: #01AF8A;
}
.TagClassName
{
border-color: #01AF8A;
}
</style>