Shades of Persian Green #0AA799
Tints of Persian Green #0AA799
RGB
CMYK
RGB Variations
Color information
#0AA799 (or 0x0AA799) is known color: Persian Green. HEX triplet: 0A, A7 and 99. RGB value is (10,167,153). Sum of RGB (Red+Green+Blue) = 10+167+153=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA799 is #F55866. Grayscale: #767676. Windows color (decimal): -16078951 or 10069770. OLE color: 10069770.
HSL color Cylindrical-coordinate representation of color #0AA799: hue angle of 174.65º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA799 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 153 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.35 |
| HSL | 174.65º | 0.89% | 0.35% | - |
| HSV(B) | 174.65º | 0.94% | 0.65% | - |
| XYZ | 19.69 | 30 | 34.89 | - |
| YUV | 118.46 | 147.49 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 153 | 0.94 | 0 | 0.08 | 0.35 | 174.65 | 0.89 | 0.35 |
| Hex | A | A7 | 99 | 5E | 0 | 8 | 23 | AF | 59 | 23 |
| Octal | 12 | 247 | 231 | 136 | 0 | 10 | 43 | 257 | 131 | 43 |
| Binary | 1010 | 10100111 | 10011001 | 1011110 | 0 | 1000 | 100011 | 10101111 | 1011001 | 100011 |
Color Harmonies of #0AA799
Complementary color
Monochromatic Colors of #0AA799
Black with #0AA799
Text Example
Text Example
White with #0AA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA799; }
p { color: rgb(10,167,153); }
H1.HeaderClassName
{
color: #0AA799;
}
.AnyTagClassName
{
color: #0AA799;
}
</style>
background-color css
<style>
a { background-color: #0AA799; }
a { background-color: rgb(10,167,153); }
div.DivClassName
{
background-color: #0AA799;
}
.BgClassName
{
background-color: #0AA799;
}
</style>
border-color css
<style>
span { border-color: #0AA799; }
span { border-color: rgb(10,167,153); }
td.TdClassName
{
border-color: #0AA799;
}
.TagClassName
{
border-color: #0AA799;
}
</style>