Shades of Persian Green #0DA89D
Tints of Persian Green #0DA89D
RGB
CMYK
RGB Variations
Color information
#0DA89D (or 0x0DA89D) is known color: Persian Green. HEX triplet: 0D, A8 and 9D. RGB value is (13,168,157). Sum of RGB (Red+Green+Blue) = 13+168+157=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 168 (66.02% from 255 or 49.70% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA89D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA89D is #F25762. Grayscale: #787878. Windows color (decimal): -15882083 or 10332173. OLE color: 10332173.
HSL color Cylindrical-coordinate representation of color #0DA89D: hue angle of 175.74º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA89D is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 157 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.34 |
| HSL | 175.74º | 0.86% | 0.35% | - |
| HSV(B) | 175.74º | 0.92% | 0.66% | - |
| XYZ | 20.25 | 30.53 | 36.72 | - |
| YUV | 120.4 | 148.65 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 157 | 0.92 | 0 | 0.07 | 0.34 | 175.74 | 0.86 | 0.35 |
| Hex | D | A8 | 9D | 5C | 0 | 7 | 22 | B0 | 56 | 23 |
| Octal | 15 | 250 | 235 | 134 | 0 | 7 | 42 | 260 | 126 | 43 |
| Binary | 1101 | 10101000 | 10011101 | 1011100 | 0 | 111 | 100010 | 10110000 | 1010110 | 100011 |
Color Harmonies of #0DA89D
Complementary color
Monochromatic Colors of #0DA89D
Black with #0DA89D
Text Example
Text Example
White with #0DA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA89D; }
p { color: rgb(13,168,157); }
H1.HeaderClassName
{
color: #0DA89D;
}
.AnyTagClassName
{
color: #0DA89D;
}
</style>
background-color css
<style>
a { background-color: #0DA89D; }
a { background-color: rgb(13,168,157); }
div.DivClassName
{
background-color: #0DA89D;
}
.BgClassName
{
background-color: #0DA89D;
}
</style>
border-color css
<style>
span { border-color: #0DA89D; }
span { border-color: rgb(13,168,157); }
td.TdClassName
{
border-color: #0DA89D;
}
.TagClassName
{
border-color: #0DA89D;
}
</style>