Shades of Islamic Green #0DBF12
Tints of Islamic Green #0DBF12
RGB
CMYK
RGB Variations
Color information
#0DBF12 (or 0x0DBF12) is known color: Islamic Green. HEX triplet: 0D, BF and 12. RGB value is (13,191,18). Sum of RGB (Red+Green+Blue) = 13+191+18=222 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.86% from 222); Green value is 191 (75% from 255 or 86.04% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBF12 is #F240ED. Grayscale: #767676. Windows color (decimal): -15876334 or 1228557. OLE color: 1228557.
HSL color Cylindrical-coordinate representation of color #0DBF12: hue angle of 121.69º 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 #0DBF12 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 18 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.25 |
| HSL | 121.69º | 0.87% | 0.4% | - |
| HSV(B) | 121.69º | 0.93% | 0.75% | - |
| XYZ | 18.91 | 37.39 | 6.79 | - |
| YUV | 118.06 | 71.53 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 18 | 0.93 | 0 | 0.91 | 0.25 | 121.69 | 0.87 | 0.4 |
| Hex | D | BF | 12 | 5D | 0 | 5B | 19 | 7A | 57 | 28 |
| Octal | 15 | 277 | 22 | 135 | 0 | 133 | 31 | 172 | 127 | 50 |
| Binary | 1101 | 10111111 | 10010 | 1011101 | 0 | 1011011 | 11001 | 1111010 | 1010111 | 101000 |
Color Harmonies of #0DBF12
Complementary color
Monochromatic Colors of #0DBF12
Black with #0DBF12
Text Example
Text Example
White with #0DBF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF12; }
p { color: rgb(13,191,18); }
H1.HeaderClassName
{
color: #0DBF12;
}
.AnyTagClassName
{
color: #0DBF12;
}
</style>
background-color css
<style>
a { background-color: #0DBF12; }
a { background-color: rgb(13,191,18); }
div.DivClassName
{
background-color: #0DBF12;
}
.BgClassName
{
background-color: #0DBF12;
}
</style>
border-color css
<style>
span { border-color: #0DBF12; }
span { border-color: rgb(13,191,18); }
td.TdClassName
{
border-color: #0DBF12;
}
.TagClassName
{
border-color: #0DBF12;
}
</style>