Shades of Persian Green #0AA685
Tints of Persian Green #0AA685
RGB
CMYK
RGB Variations
Color information
#0AA685 (or 0x0AA685) is known color: Persian Green. HEX triplet: 0A, A6 and 85. RGB value is (10,166,133). Sum of RGB (Red+Green+Blue) = 10+166+133=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA685 is #F5597A. Grayscale: #737373. Windows color (decimal): -16079227 or 8758794. OLE color: 8758794.
HSL color Cylindrical-coordinate representation of color #0AA685: hue angle of 167.31º 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 #0AA685 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 133 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.35 |
| HSL | 167.31º | 0.89% | 0.35% | - |
| HSV(B) | 167.31º | 0.94% | 0.65% | - |
| XYZ | 18 | 29.03 | 26.85 | - |
| YUV | 115.59 | 137.82 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 133 | 0.94 | 0 | 0.20 | 0.35 | 167.31 | 0.89 | 0.35 |
| Hex | A | A6 | 85 | 5E | 0 | 14 | 23 | A7 | 59 | 23 |
| Octal | 12 | 246 | 205 | 136 | 0 | 24 | 43 | 247 | 131 | 43 |
| Binary | 1010 | 10100110 | 10000101 | 1011110 | 0 | 10100 | 100011 | 10100111 | 1011001 | 100011 |
Color Harmonies of #0AA685
Complementary color
Monochromatic Colors of #0AA685
Black with #0AA685
Text Example
Text Example
White with #0AA685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA685; }
p { color: rgb(10,166,133); }
H1.HeaderClassName
{
color: #0AA685;
}
.AnyTagClassName
{
color: #0AA685;
}
</style>
background-color css
<style>
a { background-color: #0AA685; }
a { background-color: rgb(10,166,133); }
div.DivClassName
{
background-color: #0AA685;
}
.BgClassName
{
background-color: #0AA685;
}
</style>
border-color css
<style>
span { border-color: #0AA685; }
span { border-color: rgb(10,166,133); }
td.TdClassName
{
border-color: #0AA685;
}
.TagClassName
{
border-color: #0AA685;
}
</style>