Shades of Persian Green #0AA089
Tints of Persian Green #0AA089
RGB
CMYK
RGB Variations
Color information
#0AA089 (or 0x0AA089) is known color: Persian Green. HEX triplet: 0A, A0 and 89. RGB value is (10,160,137). Sum of RGB (Red+Green+Blue) = 10+160+137=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA089 is #F55F76. Grayscale: #707070. Windows color (decimal): -16080759 or 9019402. OLE color: 9019402.
HSL color Cylindrical-coordinate representation of color #0AA089: hue angle of 170.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA089 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 137 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.37 |
| HSL | 170.8º | 0.88% | 0.33% | - |
| HSV(B) | 170.8º | 0.94% | 0.63% | - |
| XYZ | 17.21 | 27.01 | 27.97 | - |
| YUV | 112.53 | 141.81 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 137 | 0.94 | 0 | 0.14 | 0.37 | 170.8 | 0.88 | 0.33 |
| Hex | A | A0 | 89 | 5E | 0 | E | 25 | AB | 58 | 21 |
| Octal | 12 | 240 | 211 | 136 | 0 | 16 | 45 | 253 | 130 | 41 |
| Binary | 1010 | 10100000 | 10001001 | 1011110 | 0 | 1110 | 100101 | 10101011 | 1011000 | 100001 |
Color Harmonies of #0AA089
Complementary color
Monochromatic Colors of #0AA089
Black with #0AA089
Text Example
Text Example
White with #0AA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA089; }
p { color: rgb(10,160,137); }
H1.HeaderClassName
{
color: #0AA089;
}
.AnyTagClassName
{
color: #0AA089;
}
</style>
background-color css
<style>
a { background-color: #0AA089; }
a { background-color: rgb(10,160,137); }
div.DivClassName
{
background-color: #0AA089;
}
.BgClassName
{
background-color: #0AA089;
}
</style>
border-color css
<style>
span { border-color: #0AA089; }
span { border-color: rgb(10,160,137); }
td.TdClassName
{
border-color: #0AA089;
}
.TagClassName
{
border-color: #0AA089;
}
</style>