Shades of Persian Green #0AAA87
Tints of Persian Green #0AAA87
RGB
CMYK
RGB Variations
Color information
#0AAA87 (or 0x0AAA87) is known color: Persian Green. HEX triplet: 0A, AA and 87. RGB value is (10,170,135). Sum of RGB (Red+Green+Blue) = 10+170+135=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA87 is #F55578. Grayscale: #767676. Windows color (decimal): -16078201 or 8890890. OLE color: 8890890.
HSL color Cylindrical-coordinate representation of color #0AAA87: hue angle of 166.88º 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 #0AAA87 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 135 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.33 |
| HSL | 166.88º | 0.89% | 0.35% | - |
| HSV(B) | 166.88º | 0.94% | 0.67% | - |
| XYZ | 18.87 | 30.56 | 27.83 | - |
| YUV | 118.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 135 | 0.94 | 0 | 0.21 | 0.33 | 166.88 | 0.89 | 0.35 |
| Hex | A | AA | 87 | 5E | 0 | 15 | 21 | A7 | 59 | 23 |
| Octal | 12 | 252 | 207 | 136 | 0 | 25 | 41 | 247 | 131 | 43 |
| Binary | 1010 | 10101010 | 10000111 | 1011110 | 0 | 10101 | 100001 | 10100111 | 1011001 | 100011 |
Color Harmonies of #0AAA87
Complementary color
Monochromatic Colors of #0AAA87
Black with #0AAA87
Text Example
Text Example
White with #0AAA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA87; }
p { color: rgb(10,170,135); }
H1.HeaderClassName
{
color: #0AAA87;
}
.AnyTagClassName
{
color: #0AAA87;
}
</style>
background-color css
<style>
a { background-color: #0AAA87; }
a { background-color: rgb(10,170,135); }
div.DivClassName
{
background-color: #0AAA87;
}
.BgClassName
{
background-color: #0AAA87;
}
</style>
border-color css
<style>
span { border-color: #0AAA87; }
span { border-color: rgb(10,170,135); }
td.TdClassName
{
border-color: #0AAA87;
}
.TagClassName
{
border-color: #0AAA87;
}
</style>