Shades of Persian Green #00AFA2
Tints of Persian Green #00AFA2
RGB
CMYK
RGB Variations
Color information
#00AFA2 (or 0x00AFA2) is known color: Persian Green. HEX triplet: 00, AF and A2. RGB value is (0,175,162). Sum of RGB (Red+Green+Blue) = 0+175+162=337 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #00AFA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AFA2 is #FF505D. Grayscale: #797979. Windows color (decimal): -16732254 or 10661632. OLE color: 10661632.
HSL color Cylindrical-coordinate representation of color #00AFA2: hue angle of 175.54º 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 #00AFA2 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 175 | 162 | - |
| CMYK | 1 | 0 | 0.07 | 0.31 |
| HSL | 175.54º | 1% | 0.34% | - |
| HSV(B) | 175.54º | 1% | 0.69% | - |
| XYZ | 21.85 | 33.27 | 39.45 | - |
| YUV | 121.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 175 | 162 | 1 | 0 | 0.07 | 0.31 | 175.54 | 1 | 0.34 |
| Hex | 0 | AF | A2 | 64 | 0 | 7 | 1F | B0 | 64 | 22 |
| Octal | 0 | 257 | 242 | 144 | 0 | 7 | 37 | 260 | 144 | 42 |
| Binary | 0 | 10101111 | 10100010 | 1100100 | 0 | 111 | 11111 | 10110000 | 1100100 | 100010 |
Color Harmonies of #00AFA2
Complementary color
Monochromatic Colors of #00AFA2
Black with #00AFA2
Text Example
Text Example
White with #00AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AFA2; }
p { color: rgb(0,175,162); }
H1.HeaderClassName
{
color: #00AFA2;
}
.AnyTagClassName
{
color: #00AFA2;
}
</style>
background-color css
<style>
a { background-color: #00AFA2; }
a { background-color: rgb(0,175,162); }
div.DivClassName
{
background-color: #00AFA2;
}
.BgClassName
{
background-color: #00AFA2;
}
</style>
border-color css
<style>
span { border-color: #00AFA2; }
span { border-color: rgb(0,175,162); }
td.TdClassName
{
border-color: #00AFA2;
}
.TagClassName
{
border-color: #00AFA2;
}
</style>