Shades of Islamic Green #0DB003
Tints of Islamic Green #0DB003
RGB
CMYK
RGB Variations
Color information
#0DB003 (or 0x0DB003) is known color: Islamic Green. HEX triplet: 0D, B0 and 03. RGB value is (13,176,3). Sum of RGB (Red+Green+Blue) = 13+176+3=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 176 (69.14% from 255 or 91.67% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB003 is #F24FFC. Grayscale: #6C6C6C. Windows color (decimal): -15880189 or 241677. OLE color: 241677.
HSL color Cylindrical-coordinate representation of color #0DB003: hue angle of 116.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DB003 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 3 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.31 |
| HSL | 116.53º | 0.97% | 0.35% | - |
| HSV(B) | 116.53º | 0.98% | 0.69% | - |
| XYZ | 15.71 | 31.14 | 5.27 | - |
| YUV | 107.54 | 69 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 3 | 0.93 | 0 | 0.98 | 0.31 | 116.53 | 0.97 | 0.35 |
| Hex | D | B0 | 3 | 5D | 0 | 62 | 1F | 75 | 61 | 23 |
| Octal | 15 | 260 | 3 | 135 | 0 | 142 | 37 | 165 | 141 | 43 |
| Binary | 1101 | 10110000 | 11 | 1011101 | 0 | 1100010 | 11111 | 1110101 | 1100001 | 100011 |
Color Harmonies of #0DB003
Complementary color
Monochromatic Colors of #0DB003
Black with #0DB003
Text Example
Text Example
White with #0DB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB003; }
p { color: rgb(13,176,3); }
H1.HeaderClassName
{
color: #0DB003;
}
.AnyTagClassName
{
color: #0DB003;
}
</style>
background-color css
<style>
a { background-color: #0DB003; }
a { background-color: rgb(13,176,3); }
div.DivClassName
{
background-color: #0DB003;
}
.BgClassName
{
background-color: #0DB003;
}
</style>
border-color css
<style>
span { border-color: #0DB003; }
span { border-color: rgb(13,176,3); }
td.TdClassName
{
border-color: #0DB003;
}
.TagClassName
{
border-color: #0DB003;
}
</style>