Shades of Islamic Green #0DB709
Tints of Islamic Green #0DB709
RGB
CMYK
RGB Variations
Color information
#0DB709 (or 0x0DB709) is known color: Islamic Green. HEX triplet: 0D, B7 and 09. RGB value is (13,183,9). Sum of RGB (Red+Green+Blue) = 13+183+9=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 183 (71.88% from 255 or 89.27% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB709 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB709 is #F248F6. Grayscale: #707070. Windows color (decimal): -15878391 or 636685. OLE color: 636685.
HSL color Cylindrical-coordinate representation of color #0DB709: hue angle of 118.62º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB709 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 9 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.28 |
| HSL | 118.62º | 0.91% | 0.38% | - |
| HSV(B) | 118.62º | 0.95% | 0.72% | - |
| XYZ | 17.15 | 33.97 | 5.91 | - |
| YUV | 112.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 9 | 0.93 | 0 | 0.95 | 0.28 | 118.62 | 0.91 | 0.38 |
| Hex | D | B7 | 9 | 5D | 0 | 5F | 1C | 77 | 5B | 26 |
| Octal | 15 | 267 | 11 | 135 | 0 | 137 | 34 | 167 | 133 | 46 |
| Binary | 1101 | 10110111 | 1001 | 1011101 | 0 | 1011111 | 11100 | 1110111 | 1011011 | 100110 |
Color Harmonies of #0DB709
Complementary color
Monochromatic Colors of #0DB709
Black with #0DB709
Text Example
Text Example
White with #0DB709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB709; }
p { color: rgb(13,183,9); }
H1.HeaderClassName
{
color: #0DB709;
}
.AnyTagClassName
{
color: #0DB709;
}
</style>
background-color css
<style>
a { background-color: #0DB709; }
a { background-color: rgb(13,183,9); }
div.DivClassName
{
background-color: #0DB709;
}
.BgClassName
{
background-color: #0DB709;
}
</style>
border-color css
<style>
span { border-color: #0DB709; }
span { border-color: rgb(13,183,9); }
td.TdClassName
{
border-color: #0DB709;
}
.TagClassName
{
border-color: #0DB709;
}
</style>