Shades of Persian Green #0AA096
Tints of Persian Green #0AA096
RGB
CMYK
RGB Variations
Color information
#0AA096 (or 0x0AA096) is known color: Persian Green. HEX triplet: 0A, A0 and 96. RGB value is (10,160,150). Sum of RGB (Red+Green+Blue) = 10+160+150=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA096 is #F55F69. Grayscale: #717171. Windows color (decimal): -16080746 or 9871370. OLE color: 9871370.
HSL color Cylindrical-coordinate representation of color #0AA096: hue angle of 176º 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 #0AA096 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 150 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.37 |
| HSL | 176º | 0.88% | 0.33% | - |
| HSV(B) | 176º | 0.94% | 0.63% | - |
| XYZ | 18.2 | 27.41 | 33.19 | - |
| YUV | 114.01 | 148.31 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 150 | 0.94 | 0 | 0.06 | 0.37 | 176 | 0.88 | 0.33 |
| Hex | A | A0 | 96 | 5E | 0 | 6 | 25 | B0 | 58 | 21 |
| Octal | 12 | 240 | 226 | 136 | 0 | 6 | 45 | 260 | 130 | 41 |
| Binary | 1010 | 10100000 | 10010110 | 1011110 | 0 | 110 | 100101 | 10110000 | 1011000 | 100001 |
Color Harmonies of #0AA096
Complementary color
Monochromatic Colors of #0AA096
Black with #0AA096
Text Example
Text Example
White with #0AA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA096; }
p { color: rgb(10,160,150); }
H1.HeaderClassName
{
color: #0AA096;
}
.AnyTagClassName
{
color: #0AA096;
}
</style>
background-color css
<style>
a { background-color: #0AA096; }
a { background-color: rgb(10,160,150); }
div.DivClassName
{
background-color: #0AA096;
}
.BgClassName
{
background-color: #0AA096;
}
</style>
border-color css
<style>
span { border-color: #0AA096; }
span { border-color: rgb(10,160,150); }
td.TdClassName
{
border-color: #0AA096;
}
.TagClassName
{
border-color: #0AA096;
}
</style>