Shades of Persian Green #0AAC98
Tints of Persian Green #0AAC98
RGB
CMYK
RGB Variations
Color information
#0AAC98 (or 0x0AAC98) is known color: Persian Green. HEX triplet: 0A, AC and 98. RGB value is (10,172,152). Sum of RGB (Red+Green+Blue) = 10+172+152=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC98 is #F55367. Grayscale: #797979. Windows color (decimal): -16077672 or 10005514. OLE color: 10005514.
HSL color Cylindrical-coordinate representation of color #0AAC98: hue angle of 172.59º 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 #0AAC98 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 152 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.33 |
| HSL | 172.59º | 0.89% | 0.36% | - |
| HSV(B) | 172.59º | 0.94% | 0.67% | - |
| XYZ | 20.55 | 31.84 | 34.77 | - |
| YUV | 121.28 | 145.33 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 152 | 0.94 | 0 | 0.12 | 0.33 | 172.59 | 0.89 | 0.36 |
| Hex | A | AC | 98 | 5E | 0 | C | 21 | AD | 59 | 24 |
| Octal | 12 | 254 | 230 | 136 | 0 | 14 | 41 | 255 | 131 | 44 |
| Binary | 1010 | 10101100 | 10011000 | 1011110 | 0 | 1100 | 100001 | 10101101 | 1011001 | 100100 |
Color Harmonies of #0AAC98
Complementary color
Monochromatic Colors of #0AAC98
Black with #0AAC98
Text Example
Text Example
White with #0AAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC98; }
p { color: rgb(10,172,152); }
H1.HeaderClassName
{
color: #0AAC98;
}
.AnyTagClassName
{
color: #0AAC98;
}
</style>
background-color css
<style>
a { background-color: #0AAC98; }
a { background-color: rgb(10,172,152); }
div.DivClassName
{
background-color: #0AAC98;
}
.BgClassName
{
background-color: #0AAC98;
}
</style>
border-color css
<style>
span { border-color: #0AAC98; }
span { border-color: rgb(10,172,152); }
td.TdClassName
{
border-color: #0AAC98;
}
.TagClassName
{
border-color: #0AAC98;
}
</style>