Shades of Persian Green #0AA087
Tints of Persian Green #0AA087
RGB
CMYK
RGB Variations
Color information
#0AA087 (or 0x0AA087) is known color: Persian Green. HEX triplet: 0A, A0 and 87. RGB value is (10,160,135). Sum of RGB (Red+Green+Blue) = 10+160+135=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA087 is #F55F78. Grayscale: #707070. Windows color (decimal): -16080761 or 8888330. OLE color: 8888330.
HSL color Cylindrical-coordinate representation of color #0AA087: hue angle of 170º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA087 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 135 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.37 |
| HSL | 170º | 0.88% | 0.33% | - |
| HSV(B) | 170º | 0.94% | 0.63% | - |
| XYZ | 17.07 | 26.96 | 27.22 | - |
| YUV | 112.3 | 140.81 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 135 | 0.94 | 0 | 0.16 | 0.37 | 170 | 0.88 | 0.33 |
| Hex | A | A0 | 87 | 5E | 0 | 10 | 25 | AA | 58 | 21 |
| Octal | 12 | 240 | 207 | 136 | 0 | 20 | 45 | 252 | 130 | 41 |
| Binary | 1010 | 10100000 | 10000111 | 1011110 | 0 | 10000 | 100101 | 10101010 | 1011000 | 100001 |
Color Harmonies of #0AA087
Complementary color
Monochromatic Colors of #0AA087
Black with #0AA087
Text Example
Text Example
White with #0AA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA087; }
p { color: rgb(10,160,135); }
H1.HeaderClassName
{
color: #0AA087;
}
.AnyTagClassName
{
color: #0AA087;
}
</style>
background-color css
<style>
a { background-color: #0AA087; }
a { background-color: rgb(10,160,135); }
div.DivClassName
{
background-color: #0AA087;
}
.BgClassName
{
background-color: #0AA087;
}
</style>
border-color css
<style>
span { border-color: #0AA087; }
span { border-color: rgb(10,160,135); }
td.TdClassName
{
border-color: #0AA087;
}
.TagClassName
{
border-color: #0AA087;
}
</style>