Shades of Persian Green #0AA092
Tints of Persian Green #0AA092
RGB
CMYK
RGB Variations
Color information
#0AA092 (or 0x0AA092) is known color: Persian Green. HEX triplet: 0A, A0 and 92. RGB value is (10,160,146). Sum of RGB (Red+Green+Blue) = 10+160+146=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA092 is #F55F6D. Grayscale: #717171. Windows color (decimal): -16080750 or 9609226. OLE color: 9609226.
HSL color Cylindrical-coordinate representation of color #0AA092: hue angle of 174.4º 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 #0AA092 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 146 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.37 |
| HSL | 174.4º | 0.88% | 0.33% | - |
| HSV(B) | 174.4º | 0.94% | 0.63% | - |
| XYZ | 17.88 | 27.28 | 31.52 | - |
| YUV | 113.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 146 | 0.94 | 0 | 0.09 | 0.37 | 174.4 | 0.88 | 0.33 |
| Hex | A | A0 | 92 | 5E | 0 | 9 | 25 | AE | 58 | 21 |
| Octal | 12 | 240 | 222 | 136 | 0 | 11 | 45 | 256 | 130 | 41 |
| Binary | 1010 | 10100000 | 10010010 | 1011110 | 0 | 1001 | 100101 | 10101110 | 1011000 | 100001 |
Color Harmonies of #0AA092
Complementary color
Monochromatic Colors of #0AA092
Black with #0AA092
Text Example
Text Example
White with #0AA092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA092; }
p { color: rgb(10,160,146); }
H1.HeaderClassName
{
color: #0AA092;
}
.AnyTagClassName
{
color: #0AA092;
}
</style>
background-color css
<style>
a { background-color: #0AA092; }
a { background-color: rgb(10,160,146); }
div.DivClassName
{
background-color: #0AA092;
}
.BgClassName
{
background-color: #0AA092;
}
</style>
border-color css
<style>
span { border-color: #0AA092; }
span { border-color: rgb(10,160,146); }
td.TdClassName
{
border-color: #0AA092;
}
.TagClassName
{
border-color: #0AA092;
}
</style>