Shades of Persian Green #0DA888
Tints of Persian Green #0DA888
RGB
CMYK
RGB Variations
Color information
#0DA888 (or 0x0DA888) is known color: Persian Green. HEX triplet: 0D, A8 and 88. RGB value is (13,168,136). Sum of RGB (Red+Green+Blue) = 13+168+136=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA888 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA888 is #F25777. Grayscale: #757575. Windows color (decimal): -15882104 or 8955917. OLE color: 8955917.
HSL color Cylindrical-coordinate representation of color #0DA888: hue angle of 167.61º 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 #0DA888 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 136 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.34 |
| HSL | 167.61º | 0.86% | 0.35% | - |
| HSV(B) | 167.61º | 0.92% | 0.66% | - |
| XYZ | 18.61 | 29.87 | 28.08 | - |
| YUV | 118.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 136 | 0.92 | 0 | 0.19 | 0.34 | 167.61 | 0.86 | 0.35 |
| Hex | D | A8 | 88 | 5C | 0 | 13 | 22 | A8 | 56 | 23 |
| Octal | 15 | 250 | 210 | 134 | 0 | 23 | 42 | 250 | 126 | 43 |
| Binary | 1101 | 10101000 | 10001000 | 1011100 | 0 | 10011 | 100010 | 10101000 | 1010110 | 100011 |
Color Harmonies of #0DA888
Complementary color
Monochromatic Colors of #0DA888
Black with #0DA888
Text Example
Text Example
White with #0DA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA888; }
p { color: rgb(13,168,136); }
H1.HeaderClassName
{
color: #0DA888;
}
.AnyTagClassName
{
color: #0DA888;
}
</style>
background-color css
<style>
a { background-color: #0DA888; }
a { background-color: rgb(13,168,136); }
div.DivClassName
{
background-color: #0DA888;
}
.BgClassName
{
background-color: #0DA888;
}
</style>
border-color css
<style>
span { border-color: #0DA888; }
span { border-color: rgb(13,168,136); }
td.TdClassName
{
border-color: #0DA888;
}
.TagClassName
{
border-color: #0DA888;
}
</style>