Shades of Islamic Green #0DB50C
Tints of Islamic Green #0DB50C
RGB
CMYK
RGB Variations
Color information
#0DB50C (or 0x0DB50C) is known color: Islamic Green. HEX triplet: 0D, B5 and 0C. RGB value is (13,181,12). Sum of RGB (Red+Green+Blue) = 13+181+12=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 181 (71.09% from 255 or 87.86% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB50C is #F24AF3. Grayscale: #707070. Windows color (decimal): -15878900 or 832781. OLE color: 832781.
HSL color Cylindrical-coordinate representation of color #0DB50C: hue angle of 119.64º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB50C is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 12 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.29 |
| HSL | 119.65º | 0.88% | 0.38% | - |
| HSV(B) | 119.65º | 0.93% | 0.71% | - |
| XYZ | 16.76 | 33.16 | 5.87 | - |
| YUV | 111.5 | 71.84 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 12 | 0.93 | 0 | 0.93 | 0.29 | 119.65 | 0.88 | 0.38 |
| Hex | D | B5 | C | 5D | 0 | 5D | 1D | 78 | 58 | 26 |
| Octal | 15 | 265 | 14 | 135 | 0 | 135 | 35 | 170 | 130 | 46 |
| Binary | 1101 | 10110101 | 1100 | 1011101 | 0 | 1011101 | 11101 | 1111000 | 1011000 | 100110 |
Color Harmonies of #0DB50C
Complementary color
Monochromatic Colors of #0DB50C
Black with #0DB50C
Text Example
Text Example
White with #0DB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB50C; }
p { color: rgb(13,181,12); }
H1.HeaderClassName
{
color: #0DB50C;
}
.AnyTagClassName
{
color: #0DB50C;
}
</style>
background-color css
<style>
a { background-color: #0DB50C; }
a { background-color: rgb(13,181,12); }
div.DivClassName
{
background-color: #0DB50C;
}
.BgClassName
{
background-color: #0DB50C;
}
</style>
border-color css
<style>
span { border-color: #0DB50C; }
span { border-color: rgb(13,181,12); }
td.TdClassName
{
border-color: #0DB50C;
}
.TagClassName
{
border-color: #0DB50C;
}
</style>