Shades of Islamic Green #0DBD07
Tints of Islamic Green #0DBD07
RGB
CMYK
RGB Variations
Color information
#0DBD07 (or 0x0DBD07) is known color: Islamic Green. HEX triplet: 0D, BD and 07. RGB value is (13,189,7). Sum of RGB (Red+Green+Blue) = 13+189+7=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 189 (74.22% from 255 or 90.43% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD07 is #F242F8. Grayscale: #747474. Windows color (decimal): -15876857 or 507149. OLE color: 507149.
HSL color Cylindrical-coordinate representation of color #0DBD07: hue angle of 118.02º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DBD07 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 7 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.26 |
| HSL | 118.02º | 0.93% | 0.38% | - |
| HSV(B) | 118.02º | 0.96% | 0.74% | - |
| XYZ | 18.4 | 36.5 | 6.28 | - |
| YUV | 115.63 | 66.69 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 7 | 0.93 | 0 | 0.96 | 0.26 | 118.02 | 0.93 | 0.38 |
| Hex | D | BD | 7 | 5D | 0 | 60 | 1A | 76 | 5D | 26 |
| Octal | 15 | 275 | 7 | 135 | 0 | 140 | 32 | 166 | 135 | 46 |
| Binary | 1101 | 10111101 | 111 | 1011101 | 0 | 1100000 | 11010 | 1110110 | 1011101 | 100110 |
Color Harmonies of #0DBD07
Complementary color
Monochromatic Colors of #0DBD07
Black with #0DBD07
Text Example
Text Example
White with #0DBD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD07; }
p { color: rgb(13,189,7); }
H1.HeaderClassName
{
color: #0DBD07;
}
.AnyTagClassName
{
color: #0DBD07;
}
</style>
background-color css
<style>
a { background-color: #0DBD07; }
a { background-color: rgb(13,189,7); }
div.DivClassName
{
background-color: #0DBD07;
}
.BgClassName
{
background-color: #0DBD07;
}
</style>
border-color css
<style>
span { border-color: #0DBD07; }
span { border-color: rgb(13,189,7); }
td.TdClassName
{
border-color: #0DBD07;
}
.TagClassName
{
border-color: #0DBD07;
}
</style>