Shades of Persian Green #01AF8B
Tints of Persian Green #01AF8B
RGB
CMYK
RGB Variations
Color information
#01AF8B (or 0x01AF8B) is known color: Persian Green. HEX triplet: 01, AF and 8B. RGB value is (1,175,139). Sum of RGB (Red+Green+Blue) = 1+175+139=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF8B is #FE5074. Grayscale: #767676. Windows color (decimal): -16666741 or 9154305. OLE color: 9154305.
HSL color Cylindrical-coordinate representation of color #01AF8B: hue angle of 167.59º 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 #01AF8B is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 139 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.31 |
| HSL | 167.59º | 0.99% | 0.35% | - |
| HSV(B) | 167.59º | 0.99% | 0.69% | - |
| XYZ | 20 | 32.53 | 29.65 | - |
| YUV | 118.87 | 139.35 | 43.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 139 | 0.99 | 0 | 0.21 | 0.31 | 167.59 | 0.99 | 0.35 |
| Hex | 1 | AF | 8B | 63 | 0 | 15 | 1F | A8 | 63 | 23 |
| Octal | 1 | 257 | 213 | 143 | 0 | 25 | 37 | 250 | 143 | 43 |
| Binary | 1 | 10101111 | 10001011 | 1100011 | 0 | 10101 | 11111 | 10101000 | 1100011 | 100011 |
Color Harmonies of #01AF8B
Complementary color
Monochromatic Colors of #01AF8B
Black with #01AF8B
Text Example
Text Example
White with #01AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF8B; }
p { color: rgb(1,175,139); }
H1.HeaderClassName
{
color: #01AF8B;
}
.AnyTagClassName
{
color: #01AF8B;
}
</style>
background-color css
<style>
a { background-color: #01AF8B; }
a { background-color: rgb(1,175,139); }
div.DivClassName
{
background-color: #01AF8B;
}
.BgClassName
{
background-color: #01AF8B;
}
</style>
border-color css
<style>
span { border-color: #01AF8B; }
span { border-color: rgb(1,175,139); }
td.TdClassName
{
border-color: #01AF8B;
}
.TagClassName
{
border-color: #01AF8B;
}
</style>