Shades of Persian Green #0AACA2
Tints of Persian Green #0AACA2
RGB
CMYK
RGB Variations
Color information
#0AACA2 (or 0x0AACA2) is known color: Persian Green. HEX triplet: 0A, AC and A2. RGB value is (10,172,162). Sum of RGB (Red+Green+Blue) = 10+172+162=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #0AACA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AACA2 is #F5535D. Grayscale: #7A7A7A. Windows color (decimal): -16077662 or 10660874. OLE color: 10660874.
HSL color Cylindrical-coordinate representation of color #0AACA2: hue angle of 176.3º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AACA2 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 162 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.33 |
| HSL | 176.3º | 0.89% | 0.36% | - |
| HSV(B) | 176.3º | 0.94% | 0.67% | - |
| XYZ | 21.4 | 32.18 | 39.27 | - |
| YUV | 122.42 | 150.33 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 162 | 0.94 | 0 | 0.06 | 0.33 | 176.3 | 0.89 | 0.36 |
| Hex | A | AC | A2 | 5E | 0 | 6 | 21 | B0 | 59 | 24 |
| Octal | 12 | 254 | 242 | 136 | 0 | 6 | 41 | 260 | 131 | 44 |
| Binary | 1010 | 10101100 | 10100010 | 1011110 | 0 | 110 | 100001 | 10110000 | 1011001 | 100100 |
Color Harmonies of #0AACA2
Complementary color
Monochromatic Colors of #0AACA2
Black with #0AACA2
Text Example
Text Example
White with #0AACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACA2; }
p { color: rgb(10,172,162); }
H1.HeaderClassName
{
color: #0AACA2;
}
.AnyTagClassName
{
color: #0AACA2;
}
</style>
background-color css
<style>
a { background-color: #0AACA2; }
a { background-color: rgb(10,172,162); }
div.DivClassName
{
background-color: #0AACA2;
}
.BgClassName
{
background-color: #0AACA2;
}
</style>
border-color css
<style>
span { border-color: #0AACA2; }
span { border-color: rgb(10,172,162); }
td.TdClassName
{
border-color: #0AACA2;
}
.TagClassName
{
border-color: #0AACA2;
}
</style>