Shades of Persian Green #0AA191
Tints of Persian Green #0AA191
RGB
CMYK
RGB Variations
Color information
#0AA191 (or 0x0AA191) is known color: Persian Green. HEX triplet: 0A, A1 and 91. RGB value is (10,161,145). Sum of RGB (Red+Green+Blue) = 10+161+145=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA191 is #F55E6E. Grayscale: #717171. Windows color (decimal): -16080495 or 9543946. OLE color: 9543946.
HSL color Cylindrical-coordinate representation of color #0AA191: hue angle of 173.64º 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 #0AA191 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 145 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.37 |
| HSL | 173.64º | 0.88% | 0.34% | - |
| HSV(B) | 173.64º | 0.94% | 0.63% | - |
| XYZ | 17.98 | 27.6 | 31.17 | - |
| YUV | 114.03 | 145.47 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 145 | 0.94 | 0 | 0.10 | 0.37 | 173.64 | 0.88 | 0.34 |
| Hex | A | A1 | 91 | 5E | 0 | A | 25 | AE | 58 | 22 |
| Octal | 12 | 241 | 221 | 136 | 0 | 12 | 45 | 256 | 130 | 42 |
| Binary | 1010 | 10100001 | 10010001 | 1011110 | 0 | 1010 | 100101 | 10101110 | 1011000 | 100010 |
Color Harmonies of #0AA191
Complementary color
Monochromatic Colors of #0AA191
Black with #0AA191
Text Example
Text Example
White with #0AA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA191; }
p { color: rgb(10,161,145); }
H1.HeaderClassName
{
color: #0AA191;
}
.AnyTagClassName
{
color: #0AA191;
}
</style>
background-color css
<style>
a { background-color: #0AA191; }
a { background-color: rgb(10,161,145); }
div.DivClassName
{
background-color: #0AA191;
}
.BgClassName
{
background-color: #0AA191;
}
</style>
border-color css
<style>
span { border-color: #0AA191; }
span { border-color: rgb(10,161,145); }
td.TdClassName
{
border-color: #0AA191;
}
.TagClassName
{
border-color: #0AA191;
}
</style>