Shades of Persian Green #01AF8D
Tints of Persian Green #01AF8D
RGB
CMYK
RGB Variations
Color information
#01AF8D (or 0x01AF8D) is known color: Persian Green. HEX triplet: 01, AF and 8D. RGB value is (1,175,141). Sum of RGB (Red+Green+Blue) = 1+175+141=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF8D is #FE5072. Grayscale: #777777. Windows color (decimal): -16666739 or 9285377. OLE color: 9285377.
HSL color Cylindrical-coordinate representation of color #01AF8D: hue angle of 168.28º 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 #01AF8D is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 141 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.31 |
| HSL | 168.28º | 0.99% | 0.35% | - |
| HSV(B) | 168.28º | 0.99% | 0.69% | - |
| XYZ | 20.15 | 32.59 | 30.43 | - |
| YUV | 119.1 | 140.35 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 141 | 0.99 | 0 | 0.19 | 0.31 | 168.28 | 0.99 | 0.35 |
| Hex | 1 | AF | 8D | 63 | 0 | 13 | 1F | A8 | 63 | 23 |
| Octal | 1 | 257 | 215 | 143 | 0 | 23 | 37 | 250 | 143 | 43 |
| Binary | 1 | 10101111 | 10001101 | 1100011 | 0 | 10011 | 11111 | 10101000 | 1100011 | 100011 |
Color Harmonies of #01AF8D
Complementary color
Monochromatic Colors of #01AF8D
Black with #01AF8D
Text Example
Text Example
White with #01AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF8D; }
p { color: rgb(1,175,141); }
H1.HeaderClassName
{
color: #01AF8D;
}
.AnyTagClassName
{
color: #01AF8D;
}
</style>
background-color css
<style>
a { background-color: #01AF8D; }
a { background-color: rgb(1,175,141); }
div.DivClassName
{
background-color: #01AF8D;
}
.BgClassName
{
background-color: #01AF8D;
}
</style>
border-color css
<style>
span { border-color: #01AF8D; }
span { border-color: rgb(1,175,141); }
td.TdClassName
{
border-color: #01AF8D;
}
.TagClassName
{
border-color: #01AF8D;
}
</style>