Shades of Persian Green #0AA68E
Tints of Persian Green #0AA68E
RGB
CMYK
RGB Variations
Color information
#0AA68E (or 0x0AA68E) is known color: Persian Green. HEX triplet: 0A, A6 and 8E. RGB value is (10,166,142). Sum of RGB (Red+Green+Blue) = 10+166+142=318 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.14% from 318); Green value is 166 (65.23% from 255 or 52.20% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA68E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA68E is #F55971. Grayscale: #747474. Windows color (decimal): -16079218 or 9348618. OLE color: 9348618.
HSL color Cylindrical-coordinate representation of color #0AA68E: hue angle of 170.77º 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 #0AA68E is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 142 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.35 |
| HSL | 170.77º | 0.89% | 0.35% | - |
| HSV(B) | 170.77º | 0.94% | 0.65% | - |
| XYZ | 18.64 | 29.29 | 30.26 | - |
| YUV | 116.62 | 142.32 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 142 | 0.94 | 0 | 0.14 | 0.35 | 170.77 | 0.89 | 0.35 |
| Hex | A | A6 | 8E | 5E | 0 | E | 23 | AB | 59 | 23 |
| Octal | 12 | 246 | 216 | 136 | 0 | 16 | 43 | 253 | 131 | 43 |
| Binary | 1010 | 10100110 | 10001110 | 1011110 | 0 | 1110 | 100011 | 10101011 | 1011001 | 100011 |
Color Harmonies of #0AA68E
Complementary color
Monochromatic Colors of #0AA68E
Black with #0AA68E
Text Example
Text Example
White with #0AA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA68E; }
p { color: rgb(10,166,142); }
H1.HeaderClassName
{
color: #0AA68E;
}
.AnyTagClassName
{
color: #0AA68E;
}
</style>
background-color css
<style>
a { background-color: #0AA68E; }
a { background-color: rgb(10,166,142); }
div.DivClassName
{
background-color: #0AA68E;
}
.BgClassName
{
background-color: #0AA68E;
}
</style>
border-color css
<style>
span { border-color: #0AA68E; }
span { border-color: rgb(10,166,142); }
td.TdClassName
{
border-color: #0AA68E;
}
.TagClassName
{
border-color: #0AA68E;
}
</style>