Shades of Persian Green #0AAA91
Tints of Persian Green #0AAA91
RGB
CMYK
RGB Variations
Color information
#0AAA91 (or 0x0AAA91) is known color: Persian Green. HEX triplet: 0A, AA and 91. RGB value is (10,170,145). Sum of RGB (Red+Green+Blue) = 10+170+145=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA91 is #F5556E. Grayscale: #777777. Windows color (decimal): -16078191 or 9546250. OLE color: 9546250.
HSL color Cylindrical-coordinate representation of color #0AAA91: hue angle of 170.62º 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 #0AAA91 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 145 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.33 |
| HSL | 170.63º | 0.89% | 0.35% | - |
| HSV(B) | 170.63º | 0.94% | 0.67% | - |
| XYZ | 19.61 | 30.86 | 31.71 | - |
| YUV | 119.31 | 142.49 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 145 | 0.94 | 0 | 0.15 | 0.33 | 170.63 | 0.89 | 0.35 |
| Hex | A | AA | 91 | 5E | 0 | F | 21 | AB | 59 | 23 |
| Octal | 12 | 252 | 221 | 136 | 0 | 17 | 41 | 253 | 131 | 43 |
| Binary | 1010 | 10101010 | 10010001 | 1011110 | 0 | 1111 | 100001 | 10101011 | 1011001 | 100011 |
Color Harmonies of #0AAA91
Complementary color
Monochromatic Colors of #0AAA91
Black with #0AAA91
Text Example
Text Example
White with #0AAA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA91; }
p { color: rgb(10,170,145); }
H1.HeaderClassName
{
color: #0AAA91;
}
.AnyTagClassName
{
color: #0AAA91;
}
</style>
background-color css
<style>
a { background-color: #0AAA91; }
a { background-color: rgb(10,170,145); }
div.DivClassName
{
background-color: #0AAA91;
}
.BgClassName
{
background-color: #0AAA91;
}
</style>
border-color css
<style>
span { border-color: #0AAA91; }
span { border-color: rgb(10,170,145); }
td.TdClassName
{
border-color: #0AAA91;
}
.TagClassName
{
border-color: #0AAA91;
}
</style>