Shades of Islamic Green #0DB90D
Tints of Islamic Green #0DB90D
RGB
CMYK
RGB Variations
Color information
#0DB90D (or 0x0DB90D) is known color: Islamic Green. HEX triplet: 0D, B9 and 0D. RGB value is (13,185,13). Sum of RGB (Red+Green+Blue) = 13+185+13=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 185 (72.66% from 255 or 87.68% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB90D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB90D is #F246F2. Grayscale: #727272. Windows color (decimal): -15877875 or 899341. OLE color: 899341.
HSL color Cylindrical-coordinate representation of color #0DB90D: hue angle of 120º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB90D is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 185 | 13 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.27 |
| HSL | 120º | 0.87% | 0.39% | - |
| HSV(B) | 120º | 0.93% | 0.73% | - |
| XYZ | 17.59 | 34.81 | 6.17 | - |
| YUV | 113.96 | 71.02 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 185 | 13 | 0.93 | 0 | 0.93 | 0.27 | 120 | 0.87 | 0.39 |
| Hex | D | B9 | D | 5D | 0 | 5D | 1B | 78 | 57 | 27 |
| Octal | 15 | 271 | 15 | 135 | 0 | 135 | 33 | 170 | 127 | 47 |
| Binary | 1101 | 10111001 | 1101 | 1011101 | 0 | 1011101 | 11011 | 1111000 | 1010111 | 100111 |
Color Harmonies of #0DB90D
Complementary color
Monochromatic Colors of #0DB90D
Black with #0DB90D
Text Example
Text Example
White with #0DB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB90D; }
p { color: rgb(13,185,13); }
H1.HeaderClassName
{
color: #0DB90D;
}
.AnyTagClassName
{
color: #0DB90D;
}
</style>
background-color css
<style>
a { background-color: #0DB90D; }
a { background-color: rgb(13,185,13); }
div.DivClassName
{
background-color: #0DB90D;
}
.BgClassName
{
background-color: #0DB90D;
}
</style>
border-color css
<style>
span { border-color: #0DB90D; }
span { border-color: rgb(13,185,13); }
td.TdClassName
{
border-color: #0DB90D;
}
.TagClassName
{
border-color: #0DB90D;
}
</style>