Shades of Islamic Green #0DBF0E
Tints of Islamic Green #0DBF0E
RGB
CMYK
RGB Variations
Color information
#0DBF0E (or 0x0DBF0E) is known color: Islamic Green. HEX triplet: 0D, BF and 0E. RGB value is (13,191,14). Sum of RGB (Red+Green+Blue) = 13+191+14=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 191 (75% from 255 or 87.61% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF0E is #F240F1. Grayscale: #767676. Windows color (decimal): -15876338 or 966413. OLE color: 966413.
HSL color Cylindrical-coordinate representation of color #0DBF0E: hue angle of 120.34º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF0E is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 14 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.25 |
| HSL | 120.34º | 0.87% | 0.4% | - |
| HSV(B) | 120.34º | 0.93% | 0.75% | - |
| XYZ | 18.88 | 37.38 | 6.64 | - |
| YUV | 117.6 | 69.53 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 14 | 0.93 | 0 | 0.93 | 0.25 | 120.34 | 0.87 | 0.4 |
| Hex | D | BF | E | 5D | 0 | 5D | 19 | 78 | 57 | 28 |
| Octal | 15 | 277 | 16 | 135 | 0 | 135 | 31 | 170 | 127 | 50 |
| Binary | 1101 | 10111111 | 1110 | 1011101 | 0 | 1011101 | 11001 | 1111000 | 1010111 | 101000 |
Color Harmonies of #0DBF0E
Complementary color
Monochromatic Colors of #0DBF0E
Black with #0DBF0E
Text Example
Text Example
White with #0DBF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF0E; }
p { color: rgb(13,191,14); }
H1.HeaderClassName
{
color: #0DBF0E;
}
.AnyTagClassName
{
color: #0DBF0E;
}
</style>
background-color css
<style>
a { background-color: #0DBF0E; }
a { background-color: rgb(13,191,14); }
div.DivClassName
{
background-color: #0DBF0E;
}
.BgClassName
{
background-color: #0DBF0E;
}
</style>
border-color css
<style>
span { border-color: #0DBF0E; }
span { border-color: rgb(13,191,14); }
td.TdClassName
{
border-color: #0DBF0E;
}
.TagClassName
{
border-color: #0DBF0E;
}
</style>