Shades of Islamic Green #0DB218
Tints of Islamic Green #0DB218
RGB
CMYK
RGB Variations
Color information
#0DB218 (or 0x0DB218) is known color: Islamic Green. HEX triplet: 0D, B2 and 18. RGB value is (13,178,24). Sum of RGB (Red+Green+Blue) = 13+178+24=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 178 (69.92% from 255 or 82.79% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB218 is #F24DE7. Grayscale: #6F6F6F. Windows color (decimal): -15879656 or 1618445. OLE color: 1618445.
HSL color Cylindrical-coordinate representation of color #0DB218: hue angle of 124º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB218 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 24 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.30 |
| HSL | 124º | 0.86% | 0.37% | - |
| HSV(B) | 124º | 0.93% | 0.7% | - |
| XYZ | 16.25 | 31.99 | 6.18 | - |
| YUV | 111.11 | 78.84 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 24 | 0.93 | 0 | 0.87 | 0.30 | 124 | 0.86 | 0.37 |
| Hex | D | B2 | 18 | 5D | 0 | 57 | 1E | 7C | 56 | 25 |
| Octal | 15 | 262 | 30 | 135 | 0 | 127 | 36 | 174 | 126 | 45 |
| Binary | 1101 | 10110010 | 11000 | 1011101 | 0 | 1010111 | 11110 | 1111100 | 1010110 | 100101 |
Color Harmonies of #0DB218
Complementary color
Monochromatic Colors of #0DB218
Black with #0DB218
Text Example
Text Example
White with #0DB218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB218; }
p { color: rgb(13,178,24); }
H1.HeaderClassName
{
color: #0DB218;
}
.AnyTagClassName
{
color: #0DB218;
}
</style>
background-color css
<style>
a { background-color: #0DB218; }
a { background-color: rgb(13,178,24); }
div.DivClassName
{
background-color: #0DB218;
}
.BgClassName
{
background-color: #0DB218;
}
</style>
border-color css
<style>
span { border-color: #0DB218; }
span { border-color: rgb(13,178,24); }
td.TdClassName
{
border-color: #0DB218;
}
.TagClassName
{
border-color: #0DB218;
}
</style>