Shades of Persian Green #0AAB99
Tints of Persian Green #0AAB99
RGB
CMYK
RGB Variations
Color information
#0AAB99 (or 0x0AAB99) is known color: Persian Green. HEX triplet: 0A, AB and 99. RGB value is (10,171,153). Sum of RGB (Red+Green+Blue) = 10+171+153=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 171 (67.19% from 255 or 51.20% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB99 is #F55466. Grayscale: #787878. Windows color (decimal): -16077927 or 10070794. OLE color: 10070794.
HSL color Cylindrical-coordinate representation of color #0AAB99: hue angle of 173.29º 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 #0AAB99 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 153 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.33 |
| HSL | 173.29º | 0.89% | 0.35% | - |
| HSV(B) | 173.29º | 0.94% | 0.67% | - |
| XYZ | 20.44 | 31.49 | 35.14 | - |
| YUV | 120.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 153 | 0.94 | 0 | 0.11 | 0.33 | 173.29 | 0.89 | 0.35 |
| Hex | A | AB | 99 | 5E | 0 | B | 21 | AD | 59 | 23 |
| Octal | 12 | 253 | 231 | 136 | 0 | 13 | 41 | 255 | 131 | 43 |
| Binary | 1010 | 10101011 | 10011001 | 1011110 | 0 | 1011 | 100001 | 10101101 | 1011001 | 100011 |
Color Harmonies of #0AAB99
Complementary color
Monochromatic Colors of #0AAB99
Black with #0AAB99
Text Example
Text Example
White with #0AAB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB99; }
p { color: rgb(10,171,153); }
H1.HeaderClassName
{
color: #0AAB99;
}
.AnyTagClassName
{
color: #0AAB99;
}
</style>
background-color css
<style>
a { background-color: #0AAB99; }
a { background-color: rgb(10,171,153); }
div.DivClassName
{
background-color: #0AAB99;
}
.BgClassName
{
background-color: #0AAB99;
}
</style>
border-color css
<style>
span { border-color: #0AAB99; }
span { border-color: rgb(10,171,153); }
td.TdClassName
{
border-color: #0AAB99;
}
.TagClassName
{
border-color: #0AAB99;
}
</style>