Shades of Persian Green #0AAA94
Tints of Persian Green #0AAA94
RGB
CMYK
RGB Variations
Color information
#0AAA94 (or 0x0AAA94) is known color: Persian Green. HEX triplet: 0A, AA and 94. RGB value is (10,170,148). Sum of RGB (Red+Green+Blue) = 10+170+148=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA94 is #F5556B. Grayscale: #777777. Windows color (decimal): -16078188 or 9742858. OLE color: 9742858.
HSL color Cylindrical-coordinate representation of color #0AAA94: hue angle of 171.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 #0AAA94 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 170 | 148 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.33 |
| HSL | 171.75º | 0.89% | 0.35% | - |
| HSV(B) | 171.75º | 0.94% | 0.67% | - |
| XYZ | 19.85 | 30.95 | 32.95 | - |
| YUV | 119.65 | 143.99 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 170 | 148 | 0.94 | 0 | 0.13 | 0.33 | 171.75 | 0.89 | 0.35 |
| Hex | A | AA | 94 | 5E | 0 | D | 21 | AC | 59 | 23 |
| Octal | 12 | 252 | 224 | 136 | 0 | 15 | 41 | 254 | 131 | 43 |
| Binary | 1010 | 10101010 | 10010100 | 1011110 | 0 | 1101 | 100001 | 10101100 | 1011001 | 100011 |
Color Harmonies of #0AAA94
Complementary color
Monochromatic Colors of #0AAA94
Black with #0AAA94
Text Example
Text Example
White with #0AAA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAA94; }
p { color: rgb(10,170,148); }
H1.HeaderClassName
{
color: #0AAA94;
}
.AnyTagClassName
{
color: #0AAA94;
}
</style>
background-color css
<style>
a { background-color: #0AAA94; }
a { background-color: rgb(10,170,148); }
div.DivClassName
{
background-color: #0AAA94;
}
.BgClassName
{
background-color: #0AAA94;
}
</style>
border-color css
<style>
span { border-color: #0AAA94; }
span { border-color: rgb(10,170,148); }
td.TdClassName
{
border-color: #0AAA94;
}
.TagClassName
{
border-color: #0AAA94;
}
</style>