Shades of Persian Green #0AAA9D
Tints of Persian Green #0AAA9D
RGB
CMYK
RGB Variations
Color information
#0AAA9D (or 0x0AAA9D) is known color: Persian Green. HEX triplet: 0A, AA and 9D. RGB value is (10,170,157). Sum of RGB (Red+Green+Blue) = 10+170+157=337 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.97% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA9D is #F55562. Grayscale: #787878. Windows color (decimal): -16078179 or 10332682. OLE color: 10332682.
HSL color Cylindrical-coordinate representation of color #0AAA9D: hue angle of 175.12º 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 #0AAA9D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 157 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.33 |
| HSL | 175.13º | 0.89% | 0.35% | - |
| HSV(B) | 175.13º | 0.94% | 0.67% | - |
| XYZ | 20.59 | 31.25 | 36.84 | - |
| YUV | 120.68 | 148.49 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 157 | 0.94 | 0 | 0.08 | 0.33 | 175.13 | 0.89 | 0.35 |
| Hex | A | AA | 9D | 5E | 0 | 8 | 21 | AF | 59 | 23 |
| Octal | 12 | 252 | 235 | 136 | 0 | 10 | 41 | 257 | 131 | 43 |
| Binary | 1010 | 10101010 | 10011101 | 1011110 | 0 | 1000 | 100001 | 10101111 | 1011001 | 100011 |
Color Harmonies of #0AAA9D
Complementary color
Monochromatic Colors of #0AAA9D
Black with #0AAA9D
Text Example
Text Example
White with #0AAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA9D; }
p { color: rgb(10,170,157); }
H1.HeaderClassName
{
color: #0AAA9D;
}
.AnyTagClassName
{
color: #0AAA9D;
}
</style>
background-color css
<style>
a { background-color: #0AAA9D; }
a { background-color: rgb(10,170,157); }
div.DivClassName
{
background-color: #0AAA9D;
}
.BgClassName
{
background-color: #0AAA9D;
}
</style>
border-color css
<style>
span { border-color: #0AAA9D; }
span { border-color: rgb(10,170,157); }
td.TdClassName
{
border-color: #0AAA9D;
}
.TagClassName
{
border-color: #0AAA9D;
}
</style>