Shades of Persian Green #0DA98D
Tints of Persian Green #0DA98D
RGB
CMYK
RGB Variations
Color information
#0DA98D (or 0x0DA98D) is known color: Persian Green. HEX triplet: 0D, A9 and 8D. RGB value is (13,169,141). Sum of RGB (Red+Green+Blue) = 13+169+141=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 169 (66.41% from 255 or 52.32% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA98D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA98D is #F25672. Grayscale: #777777. Windows color (decimal): -15881843 or 9283853. OLE color: 9283853.
HSL color Cylindrical-coordinate representation of color #0DA98D: hue angle of 169.23º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA98D is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 141 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.34 |
| HSL | 169.23º | 0.86% | 0.36% | - |
| HSV(B) | 169.23º | 0.92% | 0.66% | - |
| XYZ | 19.16 | 30.38 | 30.05 | - |
| YUV | 119.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 141 | 0.92 | 0 | 0.17 | 0.34 | 169.23 | 0.86 | 0.36 |
| Hex | D | A9 | 8D | 5C | 0 | 11 | 22 | A9 | 56 | 24 |
| Octal | 15 | 251 | 215 | 134 | 0 | 21 | 42 | 251 | 126 | 44 |
| Binary | 1101 | 10101001 | 10001101 | 1011100 | 0 | 10001 | 100010 | 10101001 | 1010110 | 100100 |
Color Harmonies of #0DA98D
Complementary color
Monochromatic Colors of #0DA98D
Black with #0DA98D
Text Example
Text Example
White with #0DA98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA98D; }
p { color: rgb(13,169,141); }
H1.HeaderClassName
{
color: #0DA98D;
}
.AnyTagClassName
{
color: #0DA98D;
}
</style>
background-color css
<style>
a { background-color: #0DA98D; }
a { background-color: rgb(13,169,141); }
div.DivClassName
{
background-color: #0DA98D;
}
.BgClassName
{
background-color: #0DA98D;
}
</style>
border-color css
<style>
span { border-color: #0DA98D; }
span { border-color: rgb(13,169,141); }
td.TdClassName
{
border-color: #0DA98D;
}
.TagClassName
{
border-color: #0DA98D;
}
</style>