Shades of Islamic Green #0DB414
Tints of Islamic Green #0DB414
RGB
CMYK
RGB Variations
Color information
#0DB414 (or 0x0DB414) is known color: Islamic Green. HEX triplet: 0D, B4 and 14. RGB value is (13,180,20). Sum of RGB (Red+Green+Blue) = 13+180+20=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 180 (70.70% from 255 or 84.51% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB414 is #F24BEB. Grayscale: #707070. Windows color (decimal): -15879148 or 1356813. OLE color: 1356813.
HSL color Cylindrical-coordinate representation of color #0DB414: hue angle of 122.51º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB414 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 180 | 20 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.29 |
| HSL | 122.52º | 0.87% | 0.38% | - |
| HSV(B) | 122.52º | 0.93% | 0.71% | - |
| XYZ | 16.61 | 32.78 | 6.11 | - |
| YUV | 111.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 180 | 20 | 0.93 | 0 | 0.89 | 0.29 | 122.52 | 0.87 | 0.38 |
| Hex | D | B4 | 14 | 5D | 0 | 59 | 1D | 7B | 57 | 26 |
| Octal | 15 | 264 | 24 | 135 | 0 | 131 | 35 | 173 | 127 | 46 |
| Binary | 1101 | 10110100 | 10100 | 1011101 | 0 | 1011001 | 11101 | 1111011 | 1010111 | 100110 |
Color Harmonies of #0DB414
Complementary color
Monochromatic Colors of #0DB414
Black with #0DB414
Text Example
Text Example
White with #0DB414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB414; }
p { color: rgb(13,180,20); }
H1.HeaderClassName
{
color: #0DB414;
}
.AnyTagClassName
{
color: #0DB414;
}
</style>
background-color css
<style>
a { background-color: #0DB414; }
a { background-color: rgb(13,180,20); }
div.DivClassName
{
background-color: #0DB414;
}
.BgClassName
{
background-color: #0DB414;
}
</style>
border-color css
<style>
span { border-color: #0DB414; }
span { border-color: rgb(13,180,20); }
td.TdClassName
{
border-color: #0DB414;
}
.TagClassName
{
border-color: #0DB414;
}
</style>