Shades of Islamic Green #0DB500
Tints of Islamic Green #0DB500
RGB
CMYK
RGB Variations
Color information
#0DB500 (or 0x0DB500) is known color: Islamic Green. HEX triplet: 0D, B5 and 00. RGB value is (13,181,0). Sum of RGB (Red+Green+Blue) = 13+181+0=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 181 (71.09% from 255 or 93.30% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB500 is #F24AFF. Grayscale: #6E6E6E. Windows color (decimal): -15878912 or 46349. OLE color: 46349.
HSL color Cylindrical-coordinate representation of color #0DB500: hue angle of 115.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DB500 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.29 |
| HSL | 115.69º | 1% | 0.35% | - |
| HSV(B) | 115.69º | 1% | 0.71% | - |
| XYZ | 16.69 | 33.13 | 5.52 | - |
| YUV | 110.13 | 65.84 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 0 | 0.93 | 0 | 1 | 0.29 | 115.69 | 1 | 0.35 |
| Hex | D | B5 | 0 | 5D | 0 | 64 | 1D | 74 | 64 | 23 |
| Octal | 15 | 265 | 0 | 135 | 0 | 144 | 35 | 164 | 144 | 43 |
| Binary | 1101 | 10110101 | 0 | 1011101 | 0 | 1100100 | 11101 | 1110100 | 1100100 | 100011 |
Color Harmonies of #0DB500
Complementary color
Monochromatic Colors of #0DB500
Black with #0DB500
Text Example
Text Example
White with #0DB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB500; }
p { color: rgb(13,181,0); }
H1.HeaderClassName
{
color: #0DB500;
}
.AnyTagClassName
{
color: #0DB500;
}
</style>
background-color css
<style>
a { background-color: #0DB500; }
a { background-color: rgb(13,181,0); }
div.DivClassName
{
background-color: #0DB500;
}
.BgClassName
{
background-color: #0DB500;
}
</style>
border-color css
<style>
span { border-color: #0DB500; }
span { border-color: rgb(13,181,0); }
td.TdClassName
{
border-color: #0DB500;
}
.TagClassName
{
border-color: #0DB500;
}
</style>