Shades of Persian Green #0AAA9C
Tints of Persian Green #0AAA9C
RGB
CMYK
RGB Variations
Color information
#0AAA9C (or 0x0AAA9C) is known color: Persian Green. HEX triplet: 0A, AA and 9C. RGB value is (10,170,156). Sum of RGB (Red+Green+Blue) = 10+170+156=336 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.98% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA9C is #F55563. Grayscale: #787878. Windows color (decimal): -16078180 or 10267146. OLE color: 10267146.
HSL color Cylindrical-coordinate representation of color #0AAA9C: hue angle of 174.75º 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 #0AAA9C is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 156 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.33 |
| HSL | 174.75º | 0.89% | 0.35% | - |
| HSV(B) | 174.75º | 0.94% | 0.67% | - |
| XYZ | 20.5 | 31.21 | 36.4 | - |
| YUV | 120.56 | 147.99 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 156 | 0.94 | 0 | 0.08 | 0.33 | 174.75 | 0.89 | 0.35 |
| Hex | A | AA | 9C | 5E | 0 | 8 | 21 | AF | 59 | 23 |
| Octal | 12 | 252 | 234 | 136 | 0 | 10 | 41 | 257 | 131 | 43 |
| Binary | 1010 | 10101010 | 10011100 | 1011110 | 0 | 1000 | 100001 | 10101111 | 1011001 | 100011 |
Color Harmonies of #0AAA9C
Complementary color
Monochromatic Colors of #0AAA9C
Black with #0AAA9C
Text Example
Text Example
White with #0AAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA9C; }
p { color: rgb(10,170,156); }
H1.HeaderClassName
{
color: #0AAA9C;
}
.AnyTagClassName
{
color: #0AAA9C;
}
</style>
background-color css
<style>
a { background-color: #0AAA9C; }
a { background-color: rgb(10,170,156); }
div.DivClassName
{
background-color: #0AAA9C;
}
.BgClassName
{
background-color: #0AAA9C;
}
</style>
border-color css
<style>
span { border-color: #0AAA9C; }
span { border-color: rgb(10,170,156); }
td.TdClassName
{
border-color: #0AAA9C;
}
.TagClassName
{
border-color: #0AAA9C;
}
</style>