Shades of Persian Green #0AA386
Tints of Persian Green #0AA386
RGB
CMYK
RGB Variations
Color information
#0AA386 (or 0x0AA386) is known color: Persian Green. HEX triplet: 0A, A3 and 86. RGB value is (10,163,134). Sum of RGB (Red+Green+Blue) = 10+163+134=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA386 is #F55C79. Grayscale: #717171. Windows color (decimal): -16079994 or 8823562. OLE color: 8823562.
HSL color Cylindrical-coordinate representation of color #0AA386: hue angle of 168.63º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA386 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 163 | 134 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.36 |
| HSL | 168.63º | 0.88% | 0.34% | - |
| HSV(B) | 168.63º | 0.94% | 0.64% | - |
| XYZ | 17.53 | 27.98 | 27.03 | - |
| YUV | 113.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 163 | 134 | 0.94 | 0 | 0.18 | 0.36 | 168.63 | 0.88 | 0.34 |
| Hex | A | A3 | 86 | 5E | 0 | 12 | 24 | A9 | 58 | 22 |
| Octal | 12 | 243 | 206 | 136 | 0 | 22 | 44 | 251 | 130 | 42 |
| Binary | 1010 | 10100011 | 10000110 | 1011110 | 0 | 10010 | 100100 | 10101001 | 1011000 | 100010 |
Color Harmonies of #0AA386
Complementary color
Monochromatic Colors of #0AA386
Black with #0AA386
Text Example
Text Example
White with #0AA386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA386; }
p { color: rgb(10,163,134); }
H1.HeaderClassName
{
color: #0AA386;
}
.AnyTagClassName
{
color: #0AA386;
}
</style>
background-color css
<style>
a { background-color: #0AA386; }
a { background-color: rgb(10,163,134); }
div.DivClassName
{
background-color: #0AA386;
}
.BgClassName
{
background-color: #0AA386;
}
</style>
border-color css
<style>
span { border-color: #0AA386; }
span { border-color: rgb(10,163,134); }
td.TdClassName
{
border-color: #0AA386;
}
.TagClassName
{
border-color: #0AA386;
}
</style>