Shades of Islamic Green #0DB50A
Tints of Islamic Green #0DB50A
RGB
CMYK
RGB Variations
Color information
#0DB50A (or 0x0DB50A) is known color: Islamic Green. HEX triplet: 0D, B5 and 0A. RGB value is (13,181,10). Sum of RGB (Red+Green+Blue) = 13+181+10=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 181 (71.09% from 255 or 88.73% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB50A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DB50A is #F24AF5. Grayscale: #6F6F6F. Windows color (decimal): -15878902 or 701709. OLE color: 701709.
HSL color Cylindrical-coordinate representation of color #0DB50A: hue angle of 118.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB50A is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 13 | 181 | 10 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.29 |
| HSL | 118.95º | 0.9% | 0.37% | - |
| HSV(B) | 118.95º | 0.94% | 0.71% | - |
| XYZ | 16.74 | 33.16 | 5.8 | - |
| YUV | 111.27 | 70.84 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 10 | 0.93 | 0 | 0.94 | 0.29 | 118.95 | 0.9 | 0.37 |
| Hex | D | B5 | A | 5D | 0 | 5E | 1D | 77 | 5A | 25 |
| Octal | 15 | 265 | 12 | 135 | 0 | 136 | 35 | 167 | 132 | 45 |
| Binary | 1101 | 10110101 | 1010 | 1011101 | 0 | 1011110 | 11101 | 1110111 | 1011010 | 100101 |
Color Harmonies of #0DB50A
Complementary color
Monochromatic Colors of #0DB50A
Black with #0DB50A
Text Example
Text Example
White with #0DB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB50A; }
p { color: rgb(13,181,10); }
H1.HeaderClassName
{
color: #0DB50A;
}
.AnyTagClassName
{
color: #0DB50A;
}
</style>
background-color css
<style>
a { background-color: #0DB50A; }
a { background-color: rgb(13,181,10); }
div.DivClassName
{
background-color: #0DB50A;
}
.BgClassName
{
background-color: #0DB50A;
}
</style>
border-color css
<style>
span { border-color: #0DB50A; }
span { border-color: rgb(13,181,10); }
td.TdClassName
{
border-color: #0DB50A;
}
.TagClassName
{
border-color: #0DB50A;
}
</style>