Shades of Persian Green #0AAA9A
Tints of Persian Green #0AAA9A
RGB
CMYK
RGB Variations
Color information
#0AAA9A (or 0x0AAA9A) is known color: Persian Green. HEX triplet: 0A, AA and 9A. RGB value is (10,170,154). Sum of RGB (Red+Green+Blue) = 10+170+154=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA9A is #F55565. Grayscale: #787878. Windows color (decimal): -16078182 or 10136074. OLE color: 10136074.
HSL color Cylindrical-coordinate representation of color #0AAA9A: hue angle of 174º 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 #0AAA9A is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 154 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.33 |
| HSL | 174º | 0.89% | 0.35% | - |
| HSV(B) | 174º | 0.94% | 0.67% | - |
| XYZ | 20.33 | 31.15 | 35.51 | - |
| YUV | 120.34 | 146.99 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 154 | 0.94 | 0 | 0.09 | 0.33 | 174 | 0.89 | 0.35 |
| Hex | A | AA | 9A | 5E | 0 | 9 | 21 | AE | 59 | 23 |
| Octal | 12 | 252 | 232 | 136 | 0 | 11 | 41 | 256 | 131 | 43 |
| Binary | 1010 | 10101010 | 10011010 | 1011110 | 0 | 1001 | 100001 | 10101110 | 1011001 | 100011 |
Color Harmonies of #0AAA9A
Complementary color
Monochromatic Colors of #0AAA9A
Black with #0AAA9A
Text Example
Text Example
White with #0AAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA9A; }
p { color: rgb(10,170,154); }
H1.HeaderClassName
{
color: #0AAA9A;
}
.AnyTagClassName
{
color: #0AAA9A;
}
</style>
background-color css
<style>
a { background-color: #0AAA9A; }
a { background-color: rgb(10,170,154); }
div.DivClassName
{
background-color: #0AAA9A;
}
.BgClassName
{
background-color: #0AAA9A;
}
</style>
border-color css
<style>
span { border-color: #0AAA9A; }
span { border-color: rgb(10,170,154); }
td.TdClassName
{
border-color: #0AAA9A;
}
.TagClassName
{
border-color: #0AAA9A;
}
</style>