Shades of Islamic Green #0DBC00
Tints of Islamic Green #0DBC00
RGB
CMYK
RGB Variations
Color information
#0DBC00 (or 0x0DBC00) is known color: Islamic Green. HEX triplet: 0D, BC and 00. RGB value is (13,188,0). Sum of RGB (Red+Green+Blue) = 13+188+0=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 188 (73.83% from 255 or 93.53% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBC00 is #F243FF. Grayscale: #727272. Windows color (decimal): -15877120 or 48141. OLE color: 48141.
HSL color Cylindrical-coordinate representation of color #0DBC00: hue angle of 115.85º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DBC00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.26 |
| HSL | 115.85º | 1% | 0.37% | - |
| HSV(B) | 115.85º | 1% | 0.74% | - |
| XYZ | 18.15 | 36.05 | 6 | - |
| YUV | 114.24 | 63.52 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 0 | 0.93 | 0 | 1 | 0.26 | 115.85 | 1 | 0.37 |
| Hex | D | BC | 0 | 5D | 0 | 64 | 1A | 74 | 64 | 25 |
| Octal | 15 | 274 | 0 | 135 | 0 | 144 | 32 | 164 | 144 | 45 |
| Binary | 1101 | 10111100 | 0 | 1011101 | 0 | 1100100 | 11010 | 1110100 | 1100100 | 100101 |
Color Harmonies of #0DBC00
Complementary color
Monochromatic Colors of #0DBC00
Black with #0DBC00
Text Example
Text Example
White with #0DBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC00; }
p { color: rgb(13,188,0); }
H1.HeaderClassName
{
color: #0DBC00;
}
.AnyTagClassName
{
color: #0DBC00;
}
</style>
background-color css
<style>
a { background-color: #0DBC00; }
a { background-color: rgb(13,188,0); }
div.DivClassName
{
background-color: #0DBC00;
}
.BgClassName
{
background-color: #0DBC00;
}
</style>
border-color css
<style>
span { border-color: #0DBC00; }
span { border-color: rgb(13,188,0); }
td.TdClassName
{
border-color: #0DBC00;
}
.TagClassName
{
border-color: #0DBC00;
}
</style>