Shades of Persian Green #0DA091
Tints of Persian Green #0DA091
RGB
CMYK
RGB Variations
Color information
#0DA091 (or 0x0DA091) is known color: Persian Green. HEX triplet: 0D, A0 and 91. RGB value is (13,160,145). Sum of RGB (Red+Green+Blue) = 13+160+145=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA091 is #F25F6E. Grayscale: #727272. Windows color (decimal): -15884143 or 9543693. OLE color: 9543693.
HSL color Cylindrical-coordinate representation of color #0DA091: hue angle of 173.88º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA091 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 145 | - |
| CMYK | 0.92 | 0 | 0.09 | 0.37 |
| HSL | 173.88º | 0.85% | 0.34% | - |
| HSV(B) | 173.88º | 0.92% | 0.63% | - |
| XYZ | 17.85 | 27.27 | 31.11 | - |
| YUV | 114.34 | 145.3 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 145 | 0.92 | 0 | 0.09 | 0.37 | 173.88 | 0.85 | 0.34 |
| Hex | D | A0 | 91 | 5C | 0 | 9 | 25 | AE | 55 | 22 |
| Octal | 15 | 240 | 221 | 134 | 0 | 11 | 45 | 256 | 125 | 42 |
| Binary | 1101 | 10100000 | 10010001 | 1011100 | 0 | 1001 | 100101 | 10101110 | 1010101 | 100010 |
Color Harmonies of #0DA091
Complementary color
Monochromatic Colors of #0DA091
Black with #0DA091
Text Example
Text Example
White with #0DA091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA091; }
p { color: rgb(13,160,145); }
H1.HeaderClassName
{
color: #0DA091;
}
.AnyTagClassName
{
color: #0DA091;
}
</style>
background-color css
<style>
a { background-color: #0DA091; }
a { background-color: rgb(13,160,145); }
div.DivClassName
{
background-color: #0DA091;
}
.BgClassName
{
background-color: #0DA091;
}
</style>
border-color css
<style>
span { border-color: #0DA091; }
span { border-color: rgb(13,160,145); }
td.TdClassName
{
border-color: #0DA091;
}
.TagClassName
{
border-color: #0DA091;
}
</style>