Shades of Persian Green #00AF9F
Tints of Persian Green #00AF9F
RGB
CMYK
RGB Variations
Color information
#00AF9F (or 0x00AF9F) is known color: Persian Green. HEX triplet: 00, AF and 9F. RGB value is (0,175,159). Sum of RGB (Red+Green+Blue) = 0+175+159=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF9F is #FF5060. Grayscale: #787878. Windows color (decimal): -16732257 or 10465024. OLE color: 10465024.
HSL color Cylindrical-coordinate representation of color #00AF9F: hue angle of 174.51º 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 #00AF9F is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 159 | - |
| CMYK | 1 | 0 | 0.09 | 0.31 |
| HSL | 174.51º | 1% | 0.34% | - |
| HSV(B) | 174.51º | 1% | 0.69% | - |
| XYZ | 21.59 | 33.16 | 38.06 | - |
| YUV | 120.85 | 149.52 | 41.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 159 | 1 | 0 | 0.09 | 0.31 | 174.51 | 1 | 0.34 |
| Hex | 0 | AF | 9F | 64 | 0 | 9 | 1F | AF | 64 | 22 |
| Octal | 0 | 257 | 237 | 144 | 0 | 11 | 37 | 257 | 144 | 42 |
| Binary | 0 | 10101111 | 10011111 | 1100100 | 0 | 1001 | 11111 | 10101111 | 1100100 | 100010 |
Color Harmonies of #00AF9F
Complementary color
Monochromatic Colors of #00AF9F
Black with #00AF9F
Text Example
Text Example
White with #00AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AF9F; }
p { color: rgb(0,175,159); }
H1.HeaderClassName
{
color: #00AF9F;
}
.AnyTagClassName
{
color: #00AF9F;
}
</style>
background-color css
<style>
a { background-color: #00AF9F; }
a { background-color: rgb(0,175,159); }
div.DivClassName
{
background-color: #00AF9F;
}
.BgClassName
{
background-color: #00AF9F;
}
</style>
border-color css
<style>
span { border-color: #00AF9F; }
span { border-color: rgb(0,175,159); }
td.TdClassName
{
border-color: #00AF9F;
}
.TagClassName
{
border-color: #00AF9F;
}
</style>