Shades of Persian Green #0AA995
Tints of Persian Green #0AA995
RGB
CMYK
RGB Variations
Color information
#0AA995 (or 0x0AA995) is known color: Persian Green. HEX triplet: 0A, A9 and 95. RGB value is (10,169,149). Sum of RGB (Red+Green+Blue) = 10+169+149=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 169 (66.41% from 255 or 51.52% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA995 is #F5566A. Grayscale: #777777. Windows color (decimal): -16078443 or 9808138. OLE color: 9808138.
HSL color Cylindrical-coordinate representation of color #0AA995: hue angle of 172.45º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA995 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 149 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.34 |
| HSL | 172.45º | 0.89% | 0.35% | - |
| HSV(B) | 172.45º | 0.94% | 0.66% | - |
| XYZ | 19.74 | 30.61 | 33.3 | - |
| YUV | 119.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 149 | 0.94 | 0 | 0.12 | 0.34 | 172.45 | 0.89 | 0.35 |
| Hex | A | A9 | 95 | 5E | 0 | C | 22 | AC | 59 | 23 |
| Octal | 12 | 251 | 225 | 136 | 0 | 14 | 42 | 254 | 131 | 43 |
| Binary | 1010 | 10101001 | 10010101 | 1011110 | 0 | 1100 | 100010 | 10101100 | 1011001 | 100011 |
Color Harmonies of #0AA995
Complementary color
Monochromatic Colors of #0AA995
Black with #0AA995
Text Example
Text Example
White with #0AA995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA995; }
p { color: rgb(10,169,149); }
H1.HeaderClassName
{
color: #0AA995;
}
.AnyTagClassName
{
color: #0AA995;
}
</style>
background-color css
<style>
a { background-color: #0AA995; }
a { background-color: rgb(10,169,149); }
div.DivClassName
{
background-color: #0AA995;
}
.BgClassName
{
background-color: #0AA995;
}
</style>
border-color css
<style>
span { border-color: #0AA995; }
span { border-color: rgb(10,169,149); }
td.TdClassName
{
border-color: #0AA995;
}
.TagClassName
{
border-color: #0AA995;
}
</style>