Shades of Persian Green #0AAAA2
Tints of Persian Green #0AAAA2
RGB
CMYK
RGB Variations
Color information
#0AAAA2 (or 0x0AAAA2) is known color: Persian Green. HEX triplet: 0A, AA and A2. RGB value is (10,170,162). Sum of RGB (Red+Green+Blue) = 10+170+162=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAAA2 is #F5555D. Grayscale: #797979. Windows color (decimal): -16078174 or 10660362. OLE color: 10660362.
HSL color Cylindrical-coordinate representation of color #0AAAA2: hue angle of 177º 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 #0AAAA2 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 162 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.33 |
| HSL | 177º | 0.89% | 0.35% | - |
| HSV(B) | 177º | 0.94% | 0.67% | - |
| XYZ | 21.02 | 31.42 | 39.14 | - |
| YUV | 121.25 | 150.99 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 162 | 0.94 | 0 | 0.05 | 0.33 | 177 | 0.89 | 0.35 |
| Hex | A | AA | A2 | 5E | 0 | 5 | 21 | B1 | 59 | 23 |
| Octal | 12 | 252 | 242 | 136 | 0 | 5 | 41 | 261 | 131 | 43 |
| Binary | 1010 | 10101010 | 10100010 | 1011110 | 0 | 101 | 100001 | 10110001 | 1011001 | 100011 |
Color Harmonies of #0AAAA2
Complementary color
Monochromatic Colors of #0AAAA2
Black with #0AAAA2
Text Example
Text Example
White with #0AAAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAAA2; }
p { color: rgb(10,170,162); }
H1.HeaderClassName
{
color: #0AAAA2;
}
.AnyTagClassName
{
color: #0AAAA2;
}
</style>
background-color css
<style>
a { background-color: #0AAAA2; }
a { background-color: rgb(10,170,162); }
div.DivClassName
{
background-color: #0AAAA2;
}
.BgClassName
{
background-color: #0AAAA2;
}
</style>
border-color css
<style>
span { border-color: #0AAAA2; }
span { border-color: rgb(10,170,162); }
td.TdClassName
{
border-color: #0AAAA2;
}
.TagClassName
{
border-color: #0AAAA2;
}
</style>