Shades of Persian Green #0AAA8C
Tints of Persian Green #0AAA8C
RGB
CMYK
RGB Variations
Color information
#0AAA8C (or 0x0AAA8C) is known color: Persian Green. HEX triplet: 0A, AA and 8C. RGB value is (10,170,140). Sum of RGB (Red+Green+Blue) = 10+170+140=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA8C is #F55573. Grayscale: #767676. Windows color (decimal): -16078196 or 9218570. OLE color: 9218570.
HSL color Cylindrical-coordinate representation of color #0AAA8C: hue angle of 168.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 #0AAA8C is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 140 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.33 |
| HSL | 168.75º | 0.89% | 0.35% | - |
| HSV(B) | 168.75º | 0.94% | 0.67% | - |
| XYZ | 19.23 | 30.71 | 29.72 | - |
| YUV | 118.74 | 139.99 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 140 | 0.94 | 0 | 0.18 | 0.33 | 168.75 | 0.89 | 0.35 |
| Hex | A | AA | 8C | 5E | 0 | 12 | 21 | A9 | 59 | 23 |
| Octal | 12 | 252 | 214 | 136 | 0 | 22 | 41 | 251 | 131 | 43 |
| Binary | 1010 | 10101010 | 10001100 | 1011110 | 0 | 10010 | 100001 | 10101001 | 1011001 | 100011 |
Color Harmonies of #0AAA8C
Complementary color
Monochromatic Colors of #0AAA8C
Black with #0AAA8C
Text Example
Text Example
White with #0AAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA8C; }
p { color: rgb(10,170,140); }
H1.HeaderClassName
{
color: #0AAA8C;
}
.AnyTagClassName
{
color: #0AAA8C;
}
</style>
background-color css
<style>
a { background-color: #0AAA8C; }
a { background-color: rgb(10,170,140); }
div.DivClassName
{
background-color: #0AAA8C;
}
.BgClassName
{
background-color: #0AAA8C;
}
</style>
border-color css
<style>
span { border-color: #0AAA8C; }
span { border-color: rgb(10,170,140); }
td.TdClassName
{
border-color: #0AAA8C;
}
.TagClassName
{
border-color: #0AAA8C;
}
</style>