Shades of Persian Green #0DA889
Tints of Persian Green #0DA889
RGB
CMYK
RGB Variations
Color information
#0DA889 (or 0x0DA889) is known color: Persian Green. HEX triplet: 0D, A8 and 89. RGB value is (13,168,137). Sum of RGB (Red+Green+Blue) = 13+168+137=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA889 is #F25776. Grayscale: #767676. Windows color (decimal): -15882103 or 9021453. OLE color: 9021453.
HSL color Cylindrical-coordinate representation of color #0DA889: hue angle of 168º 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 #0DA889 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 137 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.34 |
| HSL | 168º | 0.86% | 0.35% | - |
| HSV(B) | 168º | 0.92% | 0.66% | - |
| XYZ | 18.68 | 29.9 | 28.45 | - |
| YUV | 118.12 | 138.65 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 137 | 0.92 | 0 | 0.18 | 0.34 | 168 | 0.86 | 0.35 |
| Hex | D | A8 | 89 | 5C | 0 | 12 | 22 | A8 | 56 | 23 |
| Octal | 15 | 250 | 211 | 134 | 0 | 22 | 42 | 250 | 126 | 43 |
| Binary | 1101 | 10101000 | 10001001 | 1011100 | 0 | 10010 | 100010 | 10101000 | 1010110 | 100011 |
Color Harmonies of #0DA889
Complementary color
Monochromatic Colors of #0DA889
Black with #0DA889
Text Example
Text Example
White with #0DA889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA889; }
p { color: rgb(13,168,137); }
H1.HeaderClassName
{
color: #0DA889;
}
.AnyTagClassName
{
color: #0DA889;
}
</style>
background-color css
<style>
a { background-color: #0DA889; }
a { background-color: rgb(13,168,137); }
div.DivClassName
{
background-color: #0DA889;
}
.BgClassName
{
background-color: #0DA889;
}
</style>
border-color css
<style>
span { border-color: #0DA889; }
span { border-color: rgb(13,168,137); }
td.TdClassName
{
border-color: #0DA889;
}
.TagClassName
{
border-color: #0DA889;
}
</style>