Shades of Persian Green #0DA09E
Tints of Persian Green #0DA09E
RGB
CMYK
RGB Variations
Color information
#0DA09E (or 0x0DA09E) is known color: Persian Green. HEX triplet: 0D, A0 and 9E. RGB value is (13,160,158). Sum of RGB (Red+Green+Blue) = 13+160+158=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA09E is #F25F61. Grayscale: #737373. Windows color (decimal): -15884130 or 10395661. OLE color: 10395661.
HSL color Cylindrical-coordinate representation of color #0DA09E: hue angle of 179.18º 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 #0DA09E is Cyan = 0.92, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 158 | - |
| CMYK | 0.92 | 0 | 0.01 | 0.37 |
| HSL | 179.18º | 0.85% | 0.34% | - |
| HSV(B) | 179.18º | 0.92% | 0.63% | - |
| XYZ | 18.91 | 27.7 | 36.7 | - |
| YUV | 115.82 | 151.8 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 158 | 0.92 | 0 | 0.01 | 0.37 | 179.18 | 0.85 | 0.34 |
| Hex | D | A0 | 9E | 5C | 0 | 1 | 25 | B3 | 55 | 22 |
| Octal | 15 | 240 | 236 | 134 | 0 | 1 | 45 | 263 | 125 | 42 |
| Binary | 1101 | 10100000 | 10011110 | 1011100 | 0 | 1 | 100101 | 10110011 | 1010101 | 100010 |
Color Harmonies of #0DA09E
Complementary color
Monochromatic Colors of #0DA09E
Black with #0DA09E
Text Example
Text Example
White with #0DA09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA09E; }
p { color: rgb(13,160,158); }
H1.HeaderClassName
{
color: #0DA09E;
}
.AnyTagClassName
{
color: #0DA09E;
}
</style>
background-color css
<style>
a { background-color: #0DA09E; }
a { background-color: rgb(13,160,158); }
div.DivClassName
{
background-color: #0DA09E;
}
.BgClassName
{
background-color: #0DA09E;
}
</style>
border-color css
<style>
span { border-color: #0DA09E; }
span { border-color: rgb(13,160,158); }
td.TdClassName
{
border-color: #0DA09E;
}
.TagClassName
{
border-color: #0DA09E;
}
</style>