Shades of Persian Green #0AA785
Tints of Persian Green #0AA785
RGB
CMYK
RGB Variations
Color information
#0AA785 (or 0x0AA785) is known color: Persian Green. HEX triplet: 0A, A7 and 85. RGB value is (10,167,133). Sum of RGB (Red+Green+Blue) = 10+167+133=310 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.23% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA785 is #F5587A. Grayscale: #747474. Windows color (decimal): -16078971 or 8759050. OLE color: 8759050.
HSL color Cylindrical-coordinate representation of color #0AA785: hue angle of 167.01º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA785 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 133 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.35 |
| HSL | 167.01º | 0.89% | 0.35% | - |
| HSV(B) | 167.01º | 0.94% | 0.65% | - |
| XYZ | 18.18 | 29.4 | 26.91 | - |
| YUV | 116.18 | 137.49 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 133 | 0.94 | 0 | 0.20 | 0.35 | 167.01 | 0.89 | 0.35 |
| Hex | A | A7 | 85 | 5E | 0 | 14 | 23 | A7 | 59 | 23 |
| Octal | 12 | 247 | 205 | 136 | 0 | 24 | 43 | 247 | 131 | 43 |
| Binary | 1010 | 10100111 | 10000101 | 1011110 | 0 | 10100 | 100011 | 10100111 | 1011001 | 100011 |
Color Harmonies of #0AA785
Complementary color
Monochromatic Colors of #0AA785
Black with #0AA785
Text Example
Text Example
White with #0AA785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA785; }
p { color: rgb(10,167,133); }
H1.HeaderClassName
{
color: #0AA785;
}
.AnyTagClassName
{
color: #0AA785;
}
</style>
background-color css
<style>
a { background-color: #0AA785; }
a { background-color: rgb(10,167,133); }
div.DivClassName
{
background-color: #0AA785;
}
.BgClassName
{
background-color: #0AA785;
}
</style>
border-color css
<style>
span { border-color: #0AA785; }
span { border-color: rgb(10,167,133); }
td.TdClassName
{
border-color: #0AA785;
}
.TagClassName
{
border-color: #0AA785;
}
</style>