Shades of Persian Green #0AA795
Tints of Persian Green #0AA795
RGB
CMYK
RGB Variations
Color information
#0AA795 (or 0x0AA795) is known color: Persian Green. HEX triplet: 0A, A7 and 95. RGB value is (10,167,149). Sum of RGB (Red+Green+Blue) = 10+167+149=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA795 is #F5586A. Grayscale: #757575. Windows color (decimal): -16078955 or 9807626. OLE color: 9807626.
HSL color Cylindrical-coordinate representation of color #0AA795: hue angle of 173.12º 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 #0AA795 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 149 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.35 |
| HSL | 173.12º | 0.89% | 0.35% | - |
| HSV(B) | 173.12º | 0.94% | 0.65% | - |
| XYZ | 19.37 | 29.87 | 33.18 | - |
| YUV | 118.01 | 145.49 | 50.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 149 | 0.94 | 0 | 0.11 | 0.35 | 173.12 | 0.89 | 0.35 |
| Hex | A | A7 | 95 | 5E | 0 | B | 23 | AD | 59 | 23 |
| Octal | 12 | 247 | 225 | 136 | 0 | 13 | 43 | 255 | 131 | 43 |
| Binary | 1010 | 10100111 | 10010101 | 1011110 | 0 | 1011 | 100011 | 10101101 | 1011001 | 100011 |
Color Harmonies of #0AA795
Complementary color
Monochromatic Colors of #0AA795
Black with #0AA795
Text Example
Text Example
White with #0AA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA795; }
p { color: rgb(10,167,149); }
H1.HeaderClassName
{
color: #0AA795;
}
.AnyTagClassName
{
color: #0AA795;
}
</style>
background-color css
<style>
a { background-color: #0AA795; }
a { background-color: rgb(10,167,149); }
div.DivClassName
{
background-color: #0AA795;
}
.BgClassName
{
background-color: #0AA795;
}
</style>
border-color css
<style>
span { border-color: #0AA795; }
span { border-color: rgb(10,167,149); }
td.TdClassName
{
border-color: #0AA795;
}
.TagClassName
{
border-color: #0AA795;
}
</style>