Shades of Persian Green #00AF87
Tints of Persian Green #00AF87
RGB
CMYK
RGB Variations
Color information
#00AF87 (or 0x00AF87) is known color: Persian Green. HEX triplet: 00, AF and 87. RGB value is (0,175,135). Sum of RGB (Red+Green+Blue) = 0+175+135=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF87 is #FF5078. Grayscale: #767676. Windows color (decimal): -16732281 or 8892160. OLE color: 8892160.
HSL color Cylindrical-coordinate representation of color #00AF87: hue angle of 166.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF87 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 135 | - |
| CMYK | 1 | 0 | 0.23 | 0.31 |
| HSL | 166.29º | 1% | 0.34% | - |
| HSV(B) | 166.29º | 1% | 0.69% | - |
| XYZ | 19.7 | 32.41 | 28.14 | - |
| YUV | 118.12 | 137.52 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 135 | 1 | 0 | 0.23 | 0.31 | 166.29 | 1 | 0.34 |
| Hex | 0 | AF | 87 | 64 | 0 | 17 | 1F | A6 | 64 | 22 |
| Octal | 0 | 257 | 207 | 144 | 0 | 27 | 37 | 246 | 144 | 42 |
| Binary | 0 | 10101111 | 10000111 | 1100100 | 0 | 10111 | 11111 | 10100110 | 1100100 | 100010 |
Color Harmonies of #00AF87
Complementary color
Monochromatic Colors of #00AF87
Black with #00AF87
Text Example
Text Example
White with #00AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AF87; }
p { color: rgb(0,175,135); }
H1.HeaderClassName
{
color: #00AF87;
}
.AnyTagClassName
{
color: #00AF87;
}
</style>
background-color css
<style>
a { background-color: #00AF87; }
a { background-color: rgb(0,175,135); }
div.DivClassName
{
background-color: #00AF87;
}
.BgClassName
{
background-color: #00AF87;
}
</style>
border-color css
<style>
span { border-color: #00AF87; }
span { border-color: rgb(0,175,135); }
td.TdClassName
{
border-color: #00AF87;
}
.TagClassName
{
border-color: #00AF87;
}
</style>