Shades of Persian Green #0AA689
Tints of Persian Green #0AA689
RGB
CMYK
RGB Variations
Color information
#0AA689 (or 0x0AA689) is known color: Persian Green. HEX triplet: 0A, A6 and 89. RGB value is (10,166,137). Sum of RGB (Red+Green+Blue) = 10+166+137=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA689 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA689 is #F55976. Grayscale: #747474. Windows color (decimal): -16079223 or 9020938. OLE color: 9020938.
HSL color Cylindrical-coordinate representation of color #0AA689: hue angle of 168.85º 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 #0AA689 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 137 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.35 |
| HSL | 168.85º | 0.89% | 0.35% | - |
| HSV(B) | 168.85º | 0.94% | 0.65% | - |
| XYZ | 18.28 | 29.14 | 28.33 | - |
| YUV | 116.05 | 139.82 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 137 | 0.94 | 0 | 0.17 | 0.35 | 168.85 | 0.89 | 0.35 |
| Hex | A | A6 | 89 | 5E | 0 | 11 | 23 | A9 | 59 | 23 |
| Octal | 12 | 246 | 211 | 136 | 0 | 21 | 43 | 251 | 131 | 43 |
| Binary | 1010 | 10100110 | 10001001 | 1011110 | 0 | 10001 | 100011 | 10101001 | 1011001 | 100011 |
Color Harmonies of #0AA689
Complementary color
Monochromatic Colors of #0AA689
Black with #0AA689
Text Example
Text Example
White with #0AA689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA689; }
p { color: rgb(10,166,137); }
H1.HeaderClassName
{
color: #0AA689;
}
.AnyTagClassName
{
color: #0AA689;
}
</style>
background-color css
<style>
a { background-color: #0AA689; }
a { background-color: rgb(10,166,137); }
div.DivClassName
{
background-color: #0AA689;
}
.BgClassName
{
background-color: #0AA689;
}
</style>
border-color css
<style>
span { border-color: #0AA689; }
span { border-color: rgb(10,166,137); }
td.TdClassName
{
border-color: #0AA689;
}
.TagClassName
{
border-color: #0AA689;
}
</style>