Shades of Persian Green #0AA090
Tints of Persian Green #0AA090
RGB
CMYK
RGB Variations
Color information
#0AA090 (or 0x0AA090) is known color: Persian Green. HEX triplet: 0A, A0 and 90. RGB value is (10,160,144). Sum of RGB (Red+Green+Blue) = 10+160+144=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AA090 is #F55F6F. Grayscale: #717171. Windows color (decimal): -16080752 or 9478154. OLE color: 9478154.
HSL color Cylindrical-coordinate representation of color #0AA090: hue angle of 173.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA090 is Cyan = 0.94, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 144 | - |
| CMYK | 0.94 | 0 | 0.1 | 0.37 |
| HSL | 173.6º | 0.88% | 0.33% | - |
| HSV(B) | 173.6º | 0.94% | 0.63% | - |
| XYZ | 17.73 | 27.22 | 30.71 | - |
| YUV | 113.33 | 145.31 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 144 | 0.94 | 0 | 0.1 | 0.37 | 173.6 | 0.88 | 0.33 |
| Hex | A | A0 | 90 | 5E | 0 | A | 25 | AE | 58 | 21 |
| Octal | 12 | 240 | 220 | 136 | 0 | 12 | 45 | 256 | 130 | 41 |
| Binary | 1010 | 10100000 | 10010000 | 1011110 | 0 | 1010 | 100101 | 10101110 | 1011000 | 100001 |
Color Harmonies of #0AA090
Complementary color
Monochromatic Colors of #0AA090
Black with #0AA090
Text Example
Text Example
White with #0AA090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA090; }
p { color: rgb(10,160,144); }
H1.HeaderClassName
{
color: #0AA090;
}
.AnyTagClassName
{
color: #0AA090;
}
</style>
background-color css
<style>
a { background-color: #0AA090; }
a { background-color: rgb(10,160,144); }
div.DivClassName
{
background-color: #0AA090;
}
.BgClassName
{
background-color: #0AA090;
}
</style>
border-color css
<style>
span { border-color: #0AA090; }
span { border-color: rgb(10,160,144); }
td.TdClassName
{
border-color: #0AA090;
}
.TagClassName
{
border-color: #0AA090;
}
</style>