Shades of Persian Green #0AA189
Tints of Persian Green #0AA189
RGB
CMYK
RGB Variations
Color information
#0AA189 (or 0x0AA189) is known color: Persian Green. HEX triplet: 0A, A1 and 89. RGB value is (10,161,137). Sum of RGB (Red+Green+Blue) = 10+161+137=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA189 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA189 is #F55E76. Grayscale: #717171. Windows color (decimal): -16080503 or 9019658. OLE color: 9019658.
HSL color Cylindrical-coordinate representation of color #0AA189: hue angle of 170.46º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA189 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 137 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.37 |
| HSL | 170.46º | 0.88% | 0.34% | - |
| HSV(B) | 170.46º | 0.94% | 0.63% | - |
| XYZ | 17.39 | 27.36 | 28.03 | - |
| YUV | 113.12 | 141.47 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 137 | 0.94 | 0 | 0.15 | 0.37 | 170.46 | 0.88 | 0.34 |
| Hex | A | A1 | 89 | 5E | 0 | F | 25 | AA | 58 | 22 |
| Octal | 12 | 241 | 211 | 136 | 0 | 17 | 45 | 252 | 130 | 42 |
| Binary | 1010 | 10100001 | 10001001 | 1011110 | 0 | 1111 | 100101 | 10101010 | 1011000 | 100010 |
Color Harmonies of #0AA189
Complementary color
Monochromatic Colors of #0AA189
Black with #0AA189
Text Example
Text Example
White with #0AA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA189; }
p { color: rgb(10,161,137); }
H1.HeaderClassName
{
color: #0AA189;
}
.AnyTagClassName
{
color: #0AA189;
}
</style>
background-color css
<style>
a { background-color: #0AA189; }
a { background-color: rgb(10,161,137); }
div.DivClassName
{
background-color: #0AA189;
}
.BgClassName
{
background-color: #0AA189;
}
</style>
border-color css
<style>
span { border-color: #0AA189; }
span { border-color: rgb(10,161,137); }
td.TdClassName
{
border-color: #0AA189;
}
.TagClassName
{
border-color: #0AA189;
}
</style>