Shades of Persian Green #0AAAA0
Tints of Persian Green #0AAAA0
RGB
CMYK
RGB Variations
Color information
#0AAAA0 (or 0x0AAAA0) is known color: Persian Green. HEX triplet: 0A, AA and A0. RGB value is (10,170,160). Sum of RGB (Red+Green+Blue) = 10+170+160=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA0 is #F5555F. Grayscale: #787878. Windows color (decimal): -16078176 or 10529290. OLE color: 10529290.
HSL color Cylindrical-coordinate representation of color #0AAAA0: hue angle of 176.25º 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 #0AAAA0 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 160 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.33 |
| HSL | 176.25º | 0.89% | 0.35% | - |
| HSV(B) | 176.25º | 0.94% | 0.67% | - |
| XYZ | 20.85 | 31.35 | 38.21 | - |
| YUV | 121.02 | 149.99 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 160 | 0.94 | 0 | 0.06 | 0.33 | 176.25 | 0.89 | 0.35 |
| Hex | A | AA | A0 | 5E | 0 | 6 | 21 | B0 | 59 | 23 |
| Octal | 12 | 252 | 240 | 136 | 0 | 6 | 41 | 260 | 131 | 43 |
| Binary | 1010 | 10101010 | 10100000 | 1011110 | 0 | 110 | 100001 | 10110000 | 1011001 | 100011 |
Color Harmonies of #0AAAA0
Complementary color
Monochromatic Colors of #0AAAA0
Black with #0AAAA0
Text Example
Text Example
White with #0AAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAA0; }
p { color: rgb(10,170,160); }
H1.HeaderClassName
{
color: #0AAAA0;
}
.AnyTagClassName
{
color: #0AAAA0;
}
</style>
background-color css
<style>
a { background-color: #0AAAA0; }
a { background-color: rgb(10,170,160); }
div.DivClassName
{
background-color: #0AAAA0;
}
.BgClassName
{
background-color: #0AAAA0;
}
</style>
border-color css
<style>
span { border-color: #0AAAA0; }
span { border-color: rgb(10,170,160); }
td.TdClassName
{
border-color: #0AAAA0;
}
.TagClassName
{
border-color: #0AAAA0;
}
</style>