Shades of Persian Green #0DA493
Tints of Persian Green #0DA493
RGB
CMYK
RGB Variations
Color information
#0DA493 (or 0x0DA493) is known color: Persian Green. HEX triplet: 0D, A4 and 93. RGB value is (13,164,147). Sum of RGB (Red+Green+Blue) = 13+164+147=324 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.01% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #0DA493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA493 is #F25B6C. Grayscale: #747474. Windows color (decimal): -15883117 or 9675789. OLE color: 9675789.
HSL color Cylindrical-coordinate representation of color #0DA493: hue angle of 173.25º 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 #0DA493 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 164 | 147 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.36 |
| HSL | 173.25º | 0.85% | 0.35% | - |
| HSV(B) | 173.25º | 0.92% | 0.64% | - |
| XYZ | 18.71 | 28.74 | 32.17 | - |
| YUV | 116.91 | 144.97 | 53.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 164 | 147 | 0.92 | 0 | 0.10 | 0.36 | 173.25 | 0.85 | 0.35 |
| Hex | D | A4 | 93 | 5C | 0 | A | 24 | AD | 55 | 23 |
| Octal | 15 | 244 | 223 | 134 | 0 | 12 | 44 | 255 | 125 | 43 |
| Binary | 1101 | 10100100 | 10010011 | 1011100 | 0 | 1010 | 100100 | 10101101 | 1010101 | 100011 |
Color Harmonies of #0DA493
Complementary color
Monochromatic Colors of #0DA493
Black with #0DA493
Text Example
Text Example
White with #0DA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA493; }
p { color: rgb(13,164,147); }
H1.HeaderClassName
{
color: #0DA493;
}
.AnyTagClassName
{
color: #0DA493;
}
</style>
background-color css
<style>
a { background-color: #0DA493; }
a { background-color: rgb(13,164,147); }
div.DivClassName
{
background-color: #0DA493;
}
.BgClassName
{
background-color: #0DA493;
}
</style>
border-color css
<style>
span { border-color: #0DA493; }
span { border-color: rgb(13,164,147); }
td.TdClassName
{
border-color: #0DA493;
}
.TagClassName
{
border-color: #0DA493;
}
</style>