Shades of Islamic Green #0DB70D
Tints of Islamic Green #0DB70D
RGB
CMYK
RGB Variations
Color information
#0DB70D (or 0x0DB70D) is known color: Islamic Green. HEX triplet: 0D, B7 and 0D. RGB value is (13,183,13). Sum of RGB (Red+Green+Blue) = 13+183+13=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 183 (71.88% from 255 or 87.56% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB70D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB70D is #F248F2. Grayscale: #717171. Windows color (decimal): -15878387 or 898829. OLE color: 898829.
HSL color Cylindrical-coordinate representation of color #0DB70D: hue angle of 120º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB70D is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 13 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.28 |
| HSL | 120º | 0.87% | 0.38% | - |
| HSV(B) | 120º | 0.93% | 0.72% | - |
| XYZ | 17.17 | 33.98 | 6.03 | - |
| YUV | 112.79 | 71.68 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 13 | 0.93 | 0 | 0.93 | 0.28 | 120 | 0.87 | 0.38 |
| Hex | D | B7 | D | 5D | 0 | 5D | 1C | 78 | 57 | 26 |
| Octal | 15 | 267 | 15 | 135 | 0 | 135 | 34 | 170 | 127 | 46 |
| Binary | 1101 | 10110111 | 1101 | 1011101 | 0 | 1011101 | 11100 | 1111000 | 1010111 | 100110 |
Color Harmonies of #0DB70D
Complementary color
Monochromatic Colors of #0DB70D
Black with #0DB70D
Text Example
Text Example
White with #0DB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB70D; }
p { color: rgb(13,183,13); }
H1.HeaderClassName
{
color: #0DB70D;
}
.AnyTagClassName
{
color: #0DB70D;
}
</style>
background-color css
<style>
a { background-color: #0DB70D; }
a { background-color: rgb(13,183,13); }
div.DivClassName
{
background-color: #0DB70D;
}
.BgClassName
{
background-color: #0DB70D;
}
</style>
border-color css
<style>
span { border-color: #0DB70D; }
span { border-color: rgb(13,183,13); }
td.TdClassName
{
border-color: #0DB70D;
}
.TagClassName
{
border-color: #0DB70D;
}
</style>