Shades of Persian Green #0AA894
Tints of Persian Green #0AA894
RGB
CMYK
RGB Variations
Color information
#0AA894 (or 0x0AA894) is known color: Persian Green. HEX triplet: 0A, A8 and 94. RGB value is (10,168,148). Sum of RGB (Red+Green+Blue) = 10+168+148=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #0AA894 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA894 is #F5576B. Grayscale: #767676. Windows color (decimal): -16078700 or 9742346. OLE color: 9742346.
HSL color Cylindrical-coordinate representation of color #0AA894: hue angle of 172.41º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA894 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 168 | 148 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.34 |
| HSL | 172.41º | 0.89% | 0.35% | - |
| HSV(B) | 172.41º | 0.94% | 0.66% | - |
| XYZ | 19.47 | 30.21 | 32.82 | - |
| YUV | 118.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 168 | 148 | 0.94 | 0 | 0.12 | 0.34 | 172.41 | 0.89 | 0.35 |
| Hex | A | A8 | 94 | 5E | 0 | C | 22 | AC | 59 | 23 |
| Octal | 12 | 250 | 224 | 136 | 0 | 14 | 42 | 254 | 131 | 43 |
| Binary | 1010 | 10101000 | 10010100 | 1011110 | 0 | 1100 | 100010 | 10101100 | 1011001 | 100011 |
Color Harmonies of #0AA894
Complementary color
Monochromatic Colors of #0AA894
Black with #0AA894
Text Example
Text Example
White with #0AA894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA894; }
p { color: rgb(10,168,148); }
H1.HeaderClassName
{
color: #0AA894;
}
.AnyTagClassName
{
color: #0AA894;
}
</style>
background-color css
<style>
a { background-color: #0AA894; }
a { background-color: rgb(10,168,148); }
div.DivClassName
{
background-color: #0AA894;
}
.BgClassName
{
background-color: #0AA894;
}
</style>
border-color css
<style>
span { border-color: #0AA894; }
span { border-color: rgb(10,168,148); }
td.TdClassName
{
border-color: #0AA894;
}
.TagClassName
{
border-color: #0AA894;
}
</style>