Shades of Persian Green #0AAA88
Tints of Persian Green #0AAA88
RGB
CMYK
RGB Variations
Color information
#0AAA88 (or 0x0AAA88) is known color: Persian Green. HEX triplet: 0A, AA and 88. RGB value is (10,170,136). Sum of RGB (Red+Green+Blue) = 10+170+136=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA88 is #F55577. Grayscale: #767676. Windows color (decimal): -16078200 or 8956426. OLE color: 8956426.
HSL color Cylindrical-coordinate representation of color #0AAA88: hue angle of 167.25º 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 #0AAA88 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 136 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.33 |
| HSL | 167.25º | 0.89% | 0.35% | - |
| HSV(B) | 167.25º | 0.94% | 0.67% | - |
| XYZ | 18.94 | 30.59 | 28.2 | - |
| YUV | 118.28 | 137.99 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 136 | 0.94 | 0 | 0.20 | 0.33 | 167.25 | 0.89 | 0.35 |
| Hex | A | AA | 88 | 5E | 0 | 14 | 21 | A7 | 59 | 23 |
| Octal | 12 | 252 | 210 | 136 | 0 | 24 | 41 | 247 | 131 | 43 |
| Binary | 1010 | 10101010 | 10001000 | 1011110 | 0 | 10100 | 100001 | 10100111 | 1011001 | 100011 |
Color Harmonies of #0AAA88
Complementary color
Monochromatic Colors of #0AAA88
Black with #0AAA88
Text Example
Text Example
White with #0AAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA88; }
p { color: rgb(10,170,136); }
H1.HeaderClassName
{
color: #0AAA88;
}
.AnyTagClassName
{
color: #0AAA88;
}
</style>
background-color css
<style>
a { background-color: #0AAA88; }
a { background-color: rgb(10,170,136); }
div.DivClassName
{
background-color: #0AAA88;
}
.BgClassName
{
background-color: #0AAA88;
}
</style>
border-color css
<style>
span { border-color: #0AAA88; }
span { border-color: rgb(10,170,136); }
td.TdClassName
{
border-color: #0AAA88;
}
.TagClassName
{
border-color: #0AAA88;
}
</style>