Shades of Persian Green #0DA490
Tints of Persian Green #0DA490
RGB
CMYK
RGB Variations
Color information
#0DA490 (or 0x0DA490) is known color: Persian Green. HEX triplet: 0D, A4 and 90. RGB value is (13,164,144). Sum of RGB (Red+Green+Blue) = 13+164+144=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA490 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA490 is #F25B6F. Grayscale: #747474. Windows color (decimal): -15883120 or 9479181. OLE color: 9479181.
HSL color Cylindrical-coordinate representation of color #0DA490: hue angle of 172.05º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA490 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 144 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.36 |
| HSL | 172.05º | 0.85% | 0.35% | - |
| HSV(B) | 172.05º | 0.92% | 0.64% | - |
| XYZ | 18.48 | 28.65 | 30.94 | - |
| YUV | 116.57 | 143.47 | 54.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 144 | 0.92 | 0 | 0.12 | 0.36 | 172.05 | 0.85 | 0.35 |
| Hex | D | A4 | 90 | 5C | 0 | C | 24 | AC | 55 | 23 |
| Octal | 15 | 244 | 220 | 134 | 0 | 14 | 44 | 254 | 125 | 43 |
| Binary | 1101 | 10100100 | 10010000 | 1011100 | 0 | 1100 | 100100 | 10101100 | 1010101 | 100011 |
Color Harmonies of #0DA490
Complementary color
Monochromatic Colors of #0DA490
Black with #0DA490
Text Example
Text Example
White with #0DA490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA490; }
p { color: rgb(13,164,144); }
H1.HeaderClassName
{
color: #0DA490;
}
.AnyTagClassName
{
color: #0DA490;
}
</style>
background-color css
<style>
a { background-color: #0DA490; }
a { background-color: rgb(13,164,144); }
div.DivClassName
{
background-color: #0DA490;
}
.BgClassName
{
background-color: #0DA490;
}
</style>
border-color css
<style>
span { border-color: #0DA490; }
span { border-color: rgb(13,164,144); }
td.TdClassName
{
border-color: #0DA490;
}
.TagClassName
{
border-color: #0DA490;
}
</style>