Shades of Persian Green #0AA997
Tints of Persian Green #0AA997
RGB
CMYK
RGB Variations
Color information
#0AA997 (or 0x0AA997) is known color: Persian Green. HEX triplet: 0A, A9 and 97. RGB value is (10,169,151). Sum of RGB (Red+Green+Blue) = 10+169+151=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA997 is #F55668. Grayscale: #777777. Windows color (decimal): -16078441 or 9939210. OLE color: 9939210.
HSL color Cylindrical-coordinate representation of color #0AA997: hue angle of 173.21º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA997 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 151 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.34 |
| HSL | 173.21º | 0.89% | 0.35% | - |
| HSV(B) | 173.21º | 0.94% | 0.66% | - |
| XYZ | 19.9 | 30.67 | 34.15 | - |
| YUV | 119.41 | 145.82 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 151 | 0.94 | 0 | 0.11 | 0.34 | 173.21 | 0.89 | 0.35 |
| Hex | A | A9 | 97 | 5E | 0 | B | 22 | AD | 59 | 23 |
| Octal | 12 | 251 | 227 | 136 | 0 | 13 | 42 | 255 | 131 | 43 |
| Binary | 1010 | 10101001 | 10010111 | 1011110 | 0 | 1011 | 100010 | 10101101 | 1011001 | 100011 |
Color Harmonies of #0AA997
Complementary color
Monochromatic Colors of #0AA997
Black with #0AA997
Text Example
Text Example
White with #0AA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA997; }
p { color: rgb(10,169,151); }
H1.HeaderClassName
{
color: #0AA997;
}
.AnyTagClassName
{
color: #0AA997;
}
</style>
background-color css
<style>
a { background-color: #0AA997; }
a { background-color: rgb(10,169,151); }
div.DivClassName
{
background-color: #0AA997;
}
.BgClassName
{
background-color: #0AA997;
}
</style>
border-color css
<style>
span { border-color: #0AA997; }
span { border-color: rgb(10,169,151); }
td.TdClassName
{
border-color: #0AA997;
}
.TagClassName
{
border-color: #0AA997;
}
</style>