Shades of Persian Green #00AFA0
Tints of Persian Green #00AFA0
RGB
CMYK
RGB Variations
Color information
#00AFA0 (or 0x00AFA0) is known color: Persian Green. HEX triplet: 00, AF and A0. RGB value is (0,175,160). Sum of RGB (Red+Green+Blue) = 0+175+160=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #00AFA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFA0 is #FF505F. Grayscale: #787878. Windows color (decimal): -16732256 or 10530560. OLE color: 10530560.
HSL color Cylindrical-coordinate representation of color #00AFA0: hue angle of 174.86º 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 #00AFA0 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 160 | - |
| CMYK | 1 | 0 | 0.09 | 0.31 |
| HSL | 174.86º | 1% | 0.34% | - |
| HSV(B) | 174.86º | 1% | 0.69% | - |
| XYZ | 21.68 | 33.2 | 38.52 | - |
| YUV | 120.97 | 150.02 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 160 | 1 | 0 | 0.09 | 0.31 | 174.86 | 1 | 0.34 |
| Hex | 0 | AF | A0 | 64 | 0 | 9 | 1F | AF | 64 | 22 |
| Octal | 0 | 257 | 240 | 144 | 0 | 11 | 37 | 257 | 144 | 42 |
| Binary | 0 | 10101111 | 10100000 | 1100100 | 0 | 1001 | 11111 | 10101111 | 1100100 | 100010 |
Color Harmonies of #00AFA0
Complementary color
Monochromatic Colors of #00AFA0
Black with #00AFA0
Text Example
Text Example
White with #00AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFA0; }
p { color: rgb(0,175,160); }
H1.HeaderClassName
{
color: #00AFA0;
}
.AnyTagClassName
{
color: #00AFA0;
}
</style>
background-color css
<style>
a { background-color: #00AFA0; }
a { background-color: rgb(0,175,160); }
div.DivClassName
{
background-color: #00AFA0;
}
.BgClassName
{
background-color: #00AFA0;
}
</style>
border-color css
<style>
span { border-color: #00AFA0; }
span { border-color: rgb(0,175,160); }
td.TdClassName
{
border-color: #00AFA0;
}
.TagClassName
{
border-color: #00AFA0;
}
</style>