Shades of Persian Green #0AA098
Tints of Persian Green #0AA098
RGB
CMYK
RGB Variations
Color information
#0AA098 (or 0x0AA098) is known color: Persian Green. HEX triplet: 0A, A0 and 98. RGB value is (10,160,152). Sum of RGB (Red+Green+Blue) = 10+160+152=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA098 is #F55F67. Grayscale: #727272. Windows color (decimal): -16080744 or 10002442. OLE color: 10002442.
HSL color Cylindrical-coordinate representation of color #0AA098: hue angle of 176.8º 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 #0AA098 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 152 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.37 |
| HSL | 176.8º | 0.88% | 0.33% | - |
| HSV(B) | 176.8º | 0.94% | 0.63% | - |
| XYZ | 18.36 | 27.47 | 34.04 | - |
| YUV | 114.24 | 149.31 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 152 | 0.94 | 0 | 0.05 | 0.37 | 176.8 | 0.88 | 0.33 |
| Hex | A | A0 | 98 | 5E | 0 | 5 | 25 | B1 | 58 | 21 |
| Octal | 12 | 240 | 230 | 136 | 0 | 5 | 45 | 261 | 130 | 41 |
| Binary | 1010 | 10100000 | 10011000 | 1011110 | 0 | 101 | 100101 | 10110001 | 1011000 | 100001 |
Color Harmonies of #0AA098
Complementary color
Monochromatic Colors of #0AA098
Black with #0AA098
Text Example
Text Example
White with #0AA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA098; }
p { color: rgb(10,160,152); }
H1.HeaderClassName
{
color: #0AA098;
}
.AnyTagClassName
{
color: #0AA098;
}
</style>
background-color css
<style>
a { background-color: #0AA098; }
a { background-color: rgb(10,160,152); }
div.DivClassName
{
background-color: #0AA098;
}
.BgClassName
{
background-color: #0AA098;
}
</style>
border-color css
<style>
span { border-color: #0AA098; }
span { border-color: rgb(10,160,152); }
td.TdClassName
{
border-color: #0AA098;
}
.TagClassName
{
border-color: #0AA098;
}
</style>