Shades of Islamic Green #0DBC15
Tints of Islamic Green #0DBC15
RGB
CMYK
RGB Variations
Color information
#0DBC15 (or 0x0DBC15) is known color: Islamic Green. HEX triplet: 0D, BC and 15. RGB value is (13,188,21). Sum of RGB (Red+Green+Blue) = 13+188+21=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBC15 is #F243EA. Grayscale: #757575. Windows color (decimal): -15877099 or 1424397. OLE color: 1424397.
HSL color Cylindrical-coordinate representation of color #0DBC15: hue angle of 122.74º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC15 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 21 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.26 |
| HSL | 122.74º | 0.87% | 0.39% | - |
| HSV(B) | 122.74º | 0.93% | 0.74% | - |
| XYZ | 18.28 | 36.11 | 6.71 | - |
| YUV | 116.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 21 | 0.93 | 0 | 0.89 | 0.26 | 122.74 | 0.87 | 0.39 |
| Hex | D | BC | 15 | 5D | 0 | 59 | 1A | 7B | 57 | 27 |
| Octal | 15 | 274 | 25 | 135 | 0 | 131 | 32 | 173 | 127 | 47 |
| Binary | 1101 | 10111100 | 10101 | 1011101 | 0 | 1011001 | 11010 | 1111011 | 1010111 | 100111 |
Color Harmonies of #0DBC15
Complementary color
Monochromatic Colors of #0DBC15
Black with #0DBC15
Text Example
Text Example
White with #0DBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC15; }
p { color: rgb(13,188,21); }
H1.HeaderClassName
{
color: #0DBC15;
}
.AnyTagClassName
{
color: #0DBC15;
}
</style>
background-color css
<style>
a { background-color: #0DBC15; }
a { background-color: rgb(13,188,21); }
div.DivClassName
{
background-color: #0DBC15;
}
.BgClassName
{
background-color: #0DBC15;
}
</style>
border-color css
<style>
span { border-color: #0DBC15; }
span { border-color: rgb(13,188,21); }
td.TdClassName
{
border-color: #0DBC15;
}
.TagClassName
{
border-color: #0DBC15;
}
</style>