Shades of Persian Green #0AAC9B
Tints of Persian Green #0AAC9B
RGB
CMYK
RGB Variations
Color information
#0AAC9B (or 0x0AAC9B) is known color: Persian Green. HEX triplet: 0A, AC and 9B. RGB value is (10,172,155). Sum of RGB (Red+Green+Blue) = 10+172+155=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC9B is #F55364. Grayscale: #797979. Windows color (decimal): -16077669 or 10202122. OLE color: 10202122.
HSL color Cylindrical-coordinate representation of color #0AAC9B: hue angle of 173.7º 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 #0AAC9B is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 155 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.33 |
| HSL | 173.7º | 0.89% | 0.36% | - |
| HSV(B) | 173.7º | 0.94% | 0.67% | - |
| XYZ | 20.79 | 31.94 | 36.08 | - |
| YUV | 121.62 | 146.83 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 155 | 0.94 | 0 | 0.10 | 0.33 | 173.7 | 0.89 | 0.36 |
| Hex | A | AC | 9B | 5E | 0 | A | 21 | AE | 59 | 24 |
| Octal | 12 | 254 | 233 | 136 | 0 | 12 | 41 | 256 | 131 | 44 |
| Binary | 1010 | 10101100 | 10011011 | 1011110 | 0 | 1010 | 100001 | 10101110 | 1011001 | 100100 |
Color Harmonies of #0AAC9B
Complementary color
Monochromatic Colors of #0AAC9B
Black with #0AAC9B
Text Example
Text Example
White with #0AAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC9B; }
p { color: rgb(10,172,155); }
H1.HeaderClassName
{
color: #0AAC9B;
}
.AnyTagClassName
{
color: #0AAC9B;
}
</style>
background-color css
<style>
a { background-color: #0AAC9B; }
a { background-color: rgb(10,172,155); }
div.DivClassName
{
background-color: #0AAC9B;
}
.BgClassName
{
background-color: #0AAC9B;
}
</style>
border-color css
<style>
span { border-color: #0AAC9B; }
span { border-color: rgb(10,172,155); }
td.TdClassName
{
border-color: #0AAC9B;
}
.TagClassName
{
border-color: #0AAC9B;
}
</style>