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