Shades of Persian Green #0AAD95
Tints of Persian Green #0AAD95
RGB
CMYK
RGB Variations
Color information
#0AAD95 (or 0x0AAD95) is known color: Persian Green. HEX triplet: 0A, AD and 95. RGB value is (10,173,149). Sum of RGB (Red+Green+Blue) = 10+173+149=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD95 is #F5526A. Grayscale: #797979. Windows color (decimal): -16077419 or 9809162. OLE color: 9809162.
HSL color Cylindrical-coordinate representation of color #0AAD95: hue angle of 171.17º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD95 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 149 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.32 |
| HSL | 171.17º | 0.89% | 0.36% | - |
| HSV(B) | 171.17º | 0.94% | 0.68% | - |
| XYZ | 20.49 | 32.12 | 33.55 | - |
| YUV | 121.53 | 143.5 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 149 | 0.94 | 0 | 0.14 | 0.32 | 171.17 | 0.89 | 0.36 |
| Hex | A | AD | 95 | 5E | 0 | E | 20 | AB | 59 | 24 |
| Octal | 12 | 255 | 225 | 136 | 0 | 16 | 40 | 253 | 131 | 44 |
| Binary | 1010 | 10101101 | 10010101 | 1011110 | 0 | 1110 | 100000 | 10101011 | 1011001 | 100100 |
Color Harmonies of #0AAD95
Complementary color
Monochromatic Colors of #0AAD95
Black with #0AAD95
Text Example
Text Example
White with #0AAD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAD95; }
p { color: rgb(10,173,149); }
H1.HeaderClassName
{
color: #0AAD95;
}
.AnyTagClassName
{
color: #0AAD95;
}
</style>
background-color css
<style>
a { background-color: #0AAD95; }
a { background-color: rgb(10,173,149); }
div.DivClassName
{
background-color: #0AAD95;
}
.BgClassName
{
background-color: #0AAD95;
}
</style>
border-color css
<style>
span { border-color: #0AAD95; }
span { border-color: rgb(10,173,149); }
td.TdClassName
{
border-color: #0AAD95;
}
.TagClassName
{
border-color: #0AAD95;
}
</style>