Shades of Persian Green #0AA68D
Tints of Persian Green #0AA68D
RGB
CMYK
RGB Variations
Color information
#0AA68D (or 0x0AA68D) is known color: Persian Green. HEX triplet: 0A, A6 and 8D. RGB value is (10,166,141). Sum of RGB (Red+Green+Blue) = 10+166+141=317 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.15% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA68D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA68D is #F55972. Grayscale: #747474. Windows color (decimal): -16079219 or 9283082. OLE color: 9283082.
HSL color Cylindrical-coordinate representation of color #0AA68D: hue angle of 170.38º 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 #0AA68D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 141 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.35 |
| HSL | 170.38º | 0.89% | 0.35% | - |
| HSV(B) | 170.38º | 0.94% | 0.65% | - |
| XYZ | 18.57 | 29.26 | 29.87 | - |
| YUV | 116.51 | 141.82 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 141 | 0.94 | 0 | 0.15 | 0.35 | 170.38 | 0.89 | 0.35 |
| Hex | A | A6 | 8D | 5E | 0 | F | 23 | AA | 59 | 23 |
| Octal | 12 | 246 | 215 | 136 | 0 | 17 | 43 | 252 | 131 | 43 |
| Binary | 1010 | 10100110 | 10001101 | 1011110 | 0 | 1111 | 100011 | 10101010 | 1011001 | 100011 |
Color Harmonies of #0AA68D
Complementary color
Monochromatic Colors of #0AA68D
Black with #0AA68D
Text Example
Text Example
White with #0AA68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA68D; }
p { color: rgb(10,166,141); }
H1.HeaderClassName
{
color: #0AA68D;
}
.AnyTagClassName
{
color: #0AA68D;
}
</style>
background-color css
<style>
a { background-color: #0AA68D; }
a { background-color: rgb(10,166,141); }
div.DivClassName
{
background-color: #0AA68D;
}
.BgClassName
{
background-color: #0AA68D;
}
</style>
border-color css
<style>
span { border-color: #0AA68D; }
span { border-color: rgb(10,166,141); }
td.TdClassName
{
border-color: #0AA68D;
}
.TagClassName
{
border-color: #0AA68D;
}
</style>