Shades of Persian Green #0DA788
Tints of Persian Green #0DA788
RGB
CMYK
RGB Variations
Color information
#0DA788 (or 0x0DA788) is known color: Persian Green. HEX triplet: 0D, A7 and 88. RGB value is (13,167,136). Sum of RGB (Red+Green+Blue) = 13+167+136=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA788 is #F25877. Grayscale: #757575. Windows color (decimal): -15882360 or 8955661. OLE color: 8955661.
HSL color Cylindrical-coordinate representation of color #0DA788: hue angle of 167.92º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA788 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 167 | 136 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.35 |
| HSL | 167.92º | 0.86% | 0.35% | - |
| HSV(B) | 167.92º | 0.92% | 0.65% | - |
| XYZ | 18.43 | 29.5 | 28.02 | - |
| YUV | 117.42 | 138.48 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 136 | 0.92 | 0 | 0.19 | 0.35 | 167.92 | 0.86 | 0.35 |
| Hex | D | A7 | 88 | 5C | 0 | 13 | 23 | A8 | 56 | 23 |
| Octal | 15 | 247 | 210 | 134 | 0 | 23 | 43 | 250 | 126 | 43 |
| Binary | 1101 | 10100111 | 10001000 | 1011100 | 0 | 10011 | 100011 | 10101000 | 1010110 | 100011 |
Color Harmonies of #0DA788
Complementary color
Monochromatic Colors of #0DA788
Black with #0DA788
Text Example
Text Example
White with #0DA788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA788; }
p { color: rgb(13,167,136); }
H1.HeaderClassName
{
color: #0DA788;
}
.AnyTagClassName
{
color: #0DA788;
}
</style>
background-color css
<style>
a { background-color: #0DA788; }
a { background-color: rgb(13,167,136); }
div.DivClassName
{
background-color: #0DA788;
}
.BgClassName
{
background-color: #0DA788;
}
</style>
border-color css
<style>
span { border-color: #0DA788; }
span { border-color: rgb(13,167,136); }
td.TdClassName
{
border-color: #0DA788;
}
.TagClassName
{
border-color: #0DA788;
}
</style>