Shades of Persian Green #0AA192
Tints of Persian Green #0AA192
RGB
CMYK
RGB Variations
Color information
#0AA192 (or 0x0AA192) is known color: Persian Green. HEX triplet: 0A, A1 and 92. RGB value is (10,161,146). Sum of RGB (Red+Green+Blue) = 10+161+146=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA192 is #F55E6D. Grayscale: #727272. Windows color (decimal): -16080494 or 9609482. OLE color: 9609482.
HSL color Cylindrical-coordinate representation of color #0AA192: hue angle of 174.04º 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 #0AA192 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 146 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.37 |
| HSL | 174.04º | 0.88% | 0.34% | - |
| HSV(B) | 174.04º | 0.94% | 0.63% | - |
| XYZ | 18.06 | 27.63 | 31.58 | - |
| YUV | 114.14 | 145.97 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 146 | 0.94 | 0 | 0.09 | 0.37 | 174.04 | 0.88 | 0.34 |
| Hex | A | A1 | 92 | 5E | 0 | 9 | 25 | AE | 58 | 22 |
| Octal | 12 | 241 | 222 | 136 | 0 | 11 | 45 | 256 | 130 | 42 |
| Binary | 1010 | 10100001 | 10010010 | 1011110 | 0 | 1001 | 100101 | 10101110 | 1011000 | 100010 |
Color Harmonies of #0AA192
Complementary color
Monochromatic Colors of #0AA192
Black with #0AA192
Text Example
Text Example
White with #0AA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA192; }
p { color: rgb(10,161,146); }
H1.HeaderClassName
{
color: #0AA192;
}
.AnyTagClassName
{
color: #0AA192;
}
</style>
background-color css
<style>
a { background-color: #0AA192; }
a { background-color: rgb(10,161,146); }
div.DivClassName
{
background-color: #0AA192;
}
.BgClassName
{
background-color: #0AA192;
}
</style>
border-color css
<style>
span { border-color: #0AA192; }
span { border-color: rgb(10,161,146); }
td.TdClassName
{
border-color: #0AA192;
}
.TagClassName
{
border-color: #0AA192;
}
</style>