Shades of Islamic Green #0DBD09
Tints of Islamic Green #0DBD09
RGB
CMYK
RGB Variations
Color information
#0DBD09 (or 0x0DBD09) is known color: Islamic Green. HEX triplet: 0D, BD and 09. RGB value is (13,189,9). Sum of RGB (Red+Green+Blue) = 13+189+9=211 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.16% from 211); Green value is 189 (74.22% from 255 or 89.57% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBD09 is #F242F6. Grayscale: #747474. Windows color (decimal): -15876855 or 638221. OLE color: 638221.
HSL color Cylindrical-coordinate representation of color #0DBD09: hue angle of 118.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBD09 is Cyan = 0.93, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 9 | - |
| CMYK | 0.93 | 0 | 0.95 | 0.26 |
| HSL | 118.67º | 0.91% | 0.39% | - |
| HSV(B) | 118.67º | 0.95% | 0.74% | - |
| XYZ | 18.41 | 36.5 | 6.33 | - |
| YUV | 115.86 | 67.69 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 9 | 0.93 | 0 | 0.95 | 0.26 | 118.67 | 0.91 | 0.39 |
| Hex | D | BD | 9 | 5D | 0 | 5F | 1A | 77 | 5B | 27 |
| Octal | 15 | 275 | 11 | 135 | 0 | 137 | 32 | 167 | 133 | 47 |
| Binary | 1101 | 10111101 | 1001 | 1011101 | 0 | 1011111 | 11010 | 1110111 | 1011011 | 100111 |
Color Harmonies of #0DBD09
Complementary color
Monochromatic Colors of #0DBD09
Black with #0DBD09
Text Example
Text Example
White with #0DBD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD09; }
p { color: rgb(13,189,9); }
H1.HeaderClassName
{
color: #0DBD09;
}
.AnyTagClassName
{
color: #0DBD09;
}
</style>
background-color css
<style>
a { background-color: #0DBD09; }
a { background-color: rgb(13,189,9); }
div.DivClassName
{
background-color: #0DBD09;
}
.BgClassName
{
background-color: #0DBD09;
}
</style>
border-color css
<style>
span { border-color: #0DBD09; }
span { border-color: rgb(13,189,9); }
td.TdClassName
{
border-color: #0DBD09;
}
.TagClassName
{
border-color: #0DBD09;
}
</style>