Shades of Islamic Green #0DBC03
Tints of Islamic Green #0DBC03
RGB
CMYK
RGB Variations
Color information
#0DBC03 (or 0x0DBC03) is known color: Islamic Green. HEX triplet: 0D, BC and 03. RGB value is (13,188,3). Sum of RGB (Red+Green+Blue) = 13+188+3=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 188 (73.83% from 255 or 92.16% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBC03 is #F243FC. Grayscale: #737373. Windows color (decimal): -15877117 or 244749. OLE color: 244749.
HSL color Cylindrical-coordinate representation of color #0DBC03: hue angle of 116.76º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DBC03 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.26 |
| HSL | 116.76º | 0.97% | 0.37% | - |
| HSV(B) | 116.76º | 0.98% | 0.74% | - |
| XYZ | 18.17 | 36.06 | 6.09 | - |
| YUV | 114.59 | 65.02 | 55.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 3 | 0.93 | 0 | 0.98 | 0.26 | 116.76 | 0.97 | 0.37 |
| Hex | D | BC | 3 | 5D | 0 | 62 | 1A | 75 | 61 | 25 |
| Octal | 15 | 274 | 3 | 135 | 0 | 142 | 32 | 165 | 141 | 45 |
| Binary | 1101 | 10111100 | 11 | 1011101 | 0 | 1100010 | 11010 | 1110101 | 1100001 | 100101 |
Color Harmonies of #0DBC03
Complementary color
Monochromatic Colors of #0DBC03
Black with #0DBC03
Text Example
Text Example
White with #0DBC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC03; }
p { color: rgb(13,188,3); }
H1.HeaderClassName
{
color: #0DBC03;
}
.AnyTagClassName
{
color: #0DBC03;
}
</style>
background-color css
<style>
a { background-color: #0DBC03; }
a { background-color: rgb(13,188,3); }
div.DivClassName
{
background-color: #0DBC03;
}
.BgClassName
{
background-color: #0DBC03;
}
</style>
border-color css
<style>
span { border-color: #0DBC03; }
span { border-color: rgb(13,188,3); }
td.TdClassName
{
border-color: #0DBC03;
}
.TagClassName
{
border-color: #0DBC03;
}
</style>