Shades of Persian Green #0AA698
Tints of Persian Green #0AA698
RGB
CMYK
RGB Variations
Color information
#0AA698 (or 0x0AA698) is known color: Persian Green. HEX triplet: 0A, A6 and 98. RGB value is (10,166,152). Sum of RGB (Red+Green+Blue) = 10+166+152=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA698 is #F55967. Grayscale: #757575. Windows color (decimal): -16079208 or 10003978. OLE color: 10003978.
HSL color Cylindrical-coordinate representation of color #0AA698: hue angle of 174.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA698 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 152 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.35 |
| HSL | 174.62º | 0.89% | 0.35% | - |
| HSV(B) | 174.62º | 0.94% | 0.65% | - |
| XYZ | 19.43 | 29.6 | 34.4 | - |
| YUV | 117.76 | 147.32 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 152 | 0.94 | 0 | 0.08 | 0.35 | 174.62 | 0.89 | 0.35 |
| Hex | A | A6 | 98 | 5E | 0 | 8 | 23 | AF | 59 | 23 |
| Octal | 12 | 246 | 230 | 136 | 0 | 10 | 43 | 257 | 131 | 43 |
| Binary | 1010 | 10100110 | 10011000 | 1011110 | 0 | 1000 | 100011 | 10101111 | 1011001 | 100011 |
Color Harmonies of #0AA698
Complementary color
Monochromatic Colors of #0AA698
Black with #0AA698
Text Example
Text Example
White with #0AA698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA698; }
p { color: rgb(10,166,152); }
H1.HeaderClassName
{
color: #0AA698;
}
.AnyTagClassName
{
color: #0AA698;
}
</style>
background-color css
<style>
a { background-color: #0AA698; }
a { background-color: rgb(10,166,152); }
div.DivClassName
{
background-color: #0AA698;
}
.BgClassName
{
background-color: #0AA698;
}
</style>
border-color css
<style>
span { border-color: #0AA698; }
span { border-color: rgb(10,166,152); }
td.TdClassName
{
border-color: #0AA698;
}
.TagClassName
{
border-color: #0AA698;
}
</style>