Shades of Persian Green #0AADA0
Tints of Persian Green #0AADA0
RGB
CMYK
RGB Variations
Color information
#0AADA0 (or 0x0AADA0) is known color: Persian Green. HEX triplet: 0A, AD and A0. RGB value is (10,173,160). Sum of RGB (Red+Green+Blue) = 10+173+160=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #0AADA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AADA0 is #F5525F. Grayscale: #7A7A7A. Windows color (decimal): -16077408 or 10530058. OLE color: 10530058.
HSL color Cylindrical-coordinate representation of color #0AADA0: hue angle of 175.21º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AADA0 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 173 | 160 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.32 |
| HSL | 175.21º | 0.89% | 0.36% | - |
| HSV(B) | 175.21º | 0.94% | 0.68% | - |
| XYZ | 21.41 | 32.49 | 38.4 | - |
| YUV | 122.78 | 149 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 173 | 160 | 0.94 | 0 | 0.08 | 0.32 | 175.21 | 0.89 | 0.36 |
| Hex | A | AD | A0 | 5E | 0 | 8 | 20 | AF | 59 | 24 |
| Octal | 12 | 255 | 240 | 136 | 0 | 10 | 40 | 257 | 131 | 44 |
| Binary | 1010 | 10101101 | 10100000 | 1011110 | 0 | 1000 | 100000 | 10101111 | 1011001 | 100100 |
Color Harmonies of #0AADA0
Complementary color
Monochromatic Colors of #0AADA0
Black with #0AADA0
Text Example
Text Example
White with #0AADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AADA0; }
p { color: rgb(10,173,160); }
H1.HeaderClassName
{
color: #0AADA0;
}
.AnyTagClassName
{
color: #0AADA0;
}
</style>
background-color css
<style>
a { background-color: #0AADA0; }
a { background-color: rgb(10,173,160); }
div.DivClassName
{
background-color: #0AADA0;
}
.BgClassName
{
background-color: #0AADA0;
}
</style>
border-color css
<style>
span { border-color: #0AADA0; }
span { border-color: rgb(10,173,160); }
td.TdClassName
{
border-color: #0AADA0;
}
.TagClassName
{
border-color: #0AADA0;
}
</style>