Shades of Persian Green #0AAA8D
Tints of Persian Green #0AAA8D
RGB
CMYK
RGB Variations
Color information
#0AAA8D (or 0x0AAA8D) is known color: Persian Green. HEX triplet: 0A, AA and 8D. RGB value is (10,170,141). Sum of RGB (Red+Green+Blue) = 10+170+141=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA8D is #F55572. Grayscale: #767676. Windows color (decimal): -16078195 or 9284106. OLE color: 9284106.
HSL color Cylindrical-coordinate representation of color #0AAA8D: hue angle of 169.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA8D is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 141 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.33 |
| HSL | 169.13º | 0.89% | 0.35% | - |
| HSV(B) | 169.13º | 0.94% | 0.67% | - |
| XYZ | 19.31 | 30.74 | 30.11 | - |
| YUV | 118.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 141 | 0.94 | 0 | 0.17 | 0.33 | 169.13 | 0.89 | 0.35 |
| Hex | A | AA | 8D | 5E | 0 | 11 | 21 | A9 | 59 | 23 |
| Octal | 12 | 252 | 215 | 136 | 0 | 21 | 41 | 251 | 131 | 43 |
| Binary | 1010 | 10101010 | 10001101 | 1011110 | 0 | 10001 | 100001 | 10101001 | 1011001 | 100011 |
Color Harmonies of #0AAA8D
Complementary color
Monochromatic Colors of #0AAA8D
Black with #0AAA8D
Text Example
Text Example
White with #0AAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA8D; }
p { color: rgb(10,170,141); }
H1.HeaderClassName
{
color: #0AAA8D;
}
.AnyTagClassName
{
color: #0AAA8D;
}
</style>
background-color css
<style>
a { background-color: #0AAA8D; }
a { background-color: rgb(10,170,141); }
div.DivClassName
{
background-color: #0AAA8D;
}
.BgClassName
{
background-color: #0AAA8D;
}
</style>
border-color css
<style>
span { border-color: #0AAA8D; }
span { border-color: rgb(10,170,141); }
td.TdClassName
{
border-color: #0AAA8D;
}
.TagClassName
{
border-color: #0AAA8D;
}
</style>