Shades of Islamic Green #0DB216
Tints of Islamic Green #0DB216
RGB
CMYK
RGB Variations
Color information
#0DB216 (or 0x0DB216) is known color: Islamic Green. HEX triplet: 0D, B2 and 16. RGB value is (13,178,22). Sum of RGB (Red+Green+Blue) = 13+178+22=213 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.10% from 213); Green value is 178 (69.92% from 255 or 83.57% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 178 - color contains mainly: green. Hex color #0DB216 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB216 is #F24DE9. Grayscale: #6F6F6F. Windows color (decimal): -15879658 or 1487373. OLE color: 1487373.
HSL color Cylindrical-coordinate representation of color #0DB216: hue angle of 123.27º 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 #0DB216 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 13 | 178 | 22 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.30 |
| HSL | 123.27º | 0.86% | 0.37% | - |
| HSV(B) | 123.27º | 0.93% | 0.7% | - |
| XYZ | 16.23 | 31.98 | 6.08 | - |
| YUV | 110.88 | 77.84 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 22 | 0.93 | 0 | 0.88 | 0.30 | 123.27 | 0.86 | 0.37 |
| Hex | D | B2 | 16 | 5D | 0 | 58 | 1E | 7B | 56 | 25 |
| Octal | 15 | 262 | 26 | 135 | 0 | 130 | 36 | 173 | 126 | 45 |
| Binary | 1101 | 10110010 | 10110 | 1011101 | 0 | 1011000 | 11110 | 1111011 | 1010110 | 100101 |
Color Harmonies of #0DB216
Complementary color
Monochromatic Colors of #0DB216
Black with #0DB216
Text Example
Text Example
White with #0DB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB216; }
p { color: rgb(13,178,22); }
H1.HeaderClassName
{
color: #0DB216;
}
.AnyTagClassName
{
color: #0DB216;
}
</style>
background-color css
<style>
a { background-color: #0DB216; }
a { background-color: rgb(13,178,22); }
div.DivClassName
{
background-color: #0DB216;
}
.BgClassName
{
background-color: #0DB216;
}
</style>
border-color css
<style>
span { border-color: #0DB216; }
span { border-color: rgb(13,178,22); }
td.TdClassName
{
border-color: #0DB216;
}
.TagClassName
{
border-color: #0DB216;
}
</style>