Shades of Persian Green #0AAC9A
Tints of Persian Green #0AAC9A
RGB
CMYK
RGB Variations
Color information
#0AAC9A (or 0x0AAC9A) is known color: Persian Green. HEX triplet: 0A, AC and 9A. RGB value is (10,172,154). Sum of RGB (Red+Green+Blue) = 10+172+154=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 172 (67.58% from 255 or 51.19% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC9A is #F55365. Grayscale: #797979. Windows color (decimal): -16077670 or 10136586. OLE color: 10136586.
HSL color Cylindrical-coordinate representation of color #0AAC9A: hue angle of 173.33º 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 #0AAC9A is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 154 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.33 |
| HSL | 173.33º | 0.89% | 0.36% | - |
| HSV(B) | 173.33º | 0.94% | 0.67% | - |
| XYZ | 20.71 | 31.9 | 35.64 | - |
| YUV | 121.51 | 146.33 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 154 | 0.94 | 0 | 0.10 | 0.33 | 173.33 | 0.89 | 0.36 |
| Hex | A | AC | 9A | 5E | 0 | A | 21 | AD | 59 | 24 |
| Octal | 12 | 254 | 232 | 136 | 0 | 12 | 41 | 255 | 131 | 44 |
| Binary | 1010 | 10101100 | 10011010 | 1011110 | 0 | 1010 | 100001 | 10101101 | 1011001 | 100100 |
Color Harmonies of #0AAC9A
Complementary color
Monochromatic Colors of #0AAC9A
Black with #0AAC9A
Text Example
Text Example
White with #0AAC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC9A; }
p { color: rgb(10,172,154); }
H1.HeaderClassName
{
color: #0AAC9A;
}
.AnyTagClassName
{
color: #0AAC9A;
}
</style>
background-color css
<style>
a { background-color: #0AAC9A; }
a { background-color: rgb(10,172,154); }
div.DivClassName
{
background-color: #0AAC9A;
}
.BgClassName
{
background-color: #0AAC9A;
}
</style>
border-color css
<style>
span { border-color: #0AAC9A; }
span { border-color: rgb(10,172,154); }
td.TdClassName
{
border-color: #0AAC9A;
}
.TagClassName
{
border-color: #0AAC9A;
}
</style>