Shades of Islamic Green #0DB013
Tints of Islamic Green #0DB013
RGB
CMYK
RGB Variations
Color information
#0DB013 (or 0x0DB013) is known color: Islamic Green. HEX triplet: 0D, B0 and 13. RGB value is (13,176,19). Sum of RGB (Red+Green+Blue) = 13+176+19=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 176 (69.14% from 255 or 84.62% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DB013 is #F24FEC. Grayscale: #6D6D6D. Windows color (decimal): -15880173 or 1290253. OLE color: 1290253.
HSL color Cylindrical-coordinate representation of color #0DB013: hue angle of 122.21º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB013 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 13 | 176 | 19 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.31 |
| HSL | 122.21º | 0.86% | 0.37% | - |
| HSV(B) | 122.21º | 0.93% | 0.69% | - |
| XYZ | 15.81 | 31.18 | 5.8 | - |
| YUV | 109.37 | 77 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 176 | 19 | 0.93 | 0 | 0.89 | 0.31 | 122.21 | 0.86 | 0.37 |
| Hex | D | B0 | 13 | 5D | 0 | 59 | 1F | 7A | 56 | 25 |
| Octal | 15 | 260 | 23 | 135 | 0 | 131 | 37 | 172 | 126 | 45 |
| Binary | 1101 | 10110000 | 10011 | 1011101 | 0 | 1011001 | 11111 | 1111010 | 1010110 | 100101 |
Color Harmonies of #0DB013
Complementary color
Monochromatic Colors of #0DB013
Black with #0DB013
Text Example
Text Example
White with #0DB013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB013; }
p { color: rgb(13,176,19); }
H1.HeaderClassName
{
color: #0DB013;
}
.AnyTagClassName
{
color: #0DB013;
}
</style>
background-color css
<style>
a { background-color: #0DB013; }
a { background-color: rgb(13,176,19); }
div.DivClassName
{
background-color: #0DB013;
}
.BgClassName
{
background-color: #0DB013;
}
</style>
border-color css
<style>
span { border-color: #0DB013; }
span { border-color: rgb(13,176,19); }
td.TdClassName
{
border-color: #0DB013;
}
.TagClassName
{
border-color: #0DB013;
}
</style>