Shades of Persian Green #0AAB9E
Tints of Persian Green #0AAB9E
RGB
CMYK
RGB Variations
Color information
#0AAB9E (or 0x0AAB9E) is known color: Persian Green. HEX triplet: 0A, AB and 9E. RGB value is (10,171,158). Sum of RGB (Red+Green+Blue) = 10+171+158=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB9E is #F55461. Grayscale: #797979. Windows color (decimal): -16077922 or 10398474. OLE color: 10398474.
HSL color Cylindrical-coordinate representation of color #0AAB9E: hue angle of 175.16º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB9E is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 158 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.33 |
| HSL | 175.16º | 0.89% | 0.35% | - |
| HSV(B) | 175.16º | 0.94% | 0.67% | - |
| XYZ | 20.86 | 31.66 | 37.36 | - |
| YUV | 121.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 158 | 0.94 | 0 | 0.08 | 0.33 | 175.16 | 0.89 | 0.35 |
| Hex | A | AB | 9E | 5E | 0 | 8 | 21 | AF | 59 | 23 |
| Octal | 12 | 253 | 236 | 136 | 0 | 10 | 41 | 257 | 131 | 43 |
| Binary | 1010 | 10101011 | 10011110 | 1011110 | 0 | 1000 | 100001 | 10101111 | 1011001 | 100011 |
Color Harmonies of #0AAB9E
Complementary color
Monochromatic Colors of #0AAB9E
Black with #0AAB9E
Text Example
Text Example
White with #0AAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB9E; }
p { color: rgb(10,171,158); }
H1.HeaderClassName
{
color: #0AAB9E;
}
.AnyTagClassName
{
color: #0AAB9E;
}
</style>
background-color css
<style>
a { background-color: #0AAB9E; }
a { background-color: rgb(10,171,158); }
div.DivClassName
{
background-color: #0AAB9E;
}
.BgClassName
{
background-color: #0AAB9E;
}
</style>
border-color css
<style>
span { border-color: #0AAB9E; }
span { border-color: rgb(10,171,158); }
td.TdClassName
{
border-color: #0AAB9E;
}
.TagClassName
{
border-color: #0AAB9E;
}
</style>