Shades of Islamic Green #0DBE10
Tints of Islamic Green #0DBE10
RGB
CMYK
RGB Variations
Color information
#0DBE10 (or 0x0DBE10) is known color: Islamic Green. HEX triplet: 0D, BE and 10. RGB value is (13,190,16). Sum of RGB (Red+Green+Blue) = 13+190+16=219 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.94% from 219); Green value is 190 (74.61% from 255 or 86.76% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBE10 is #F241EF. Grayscale: #757575. Windows color (decimal): -15876592 or 1097229. OLE color: 1097229.
HSL color Cylindrical-coordinate representation of color #0DBE10: hue angle of 121.02º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBE10 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 16 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.25 |
| HSL | 121.02º | 0.87% | 0.4% | - |
| HSV(B) | 121.02º | 0.93% | 0.75% | - |
| XYZ | 18.67 | 36.95 | 6.64 | - |
| YUV | 117.24 | 70.86 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 16 | 0.93 | 0 | 0.92 | 0.25 | 121.02 | 0.87 | 0.4 |
| Hex | D | BE | 10 | 5D | 0 | 5C | 19 | 79 | 57 | 28 |
| Octal | 15 | 276 | 20 | 135 | 0 | 134 | 31 | 171 | 127 | 50 |
| Binary | 1101 | 10111110 | 10000 | 1011101 | 0 | 1011100 | 11001 | 1111001 | 1010111 | 101000 |
Color Harmonies of #0DBE10
Complementary color
Monochromatic Colors of #0DBE10
Black with #0DBE10
Text Example
Text Example
White with #0DBE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE10; }
p { color: rgb(13,190,16); }
H1.HeaderClassName
{
color: #0DBE10;
}
.AnyTagClassName
{
color: #0DBE10;
}
</style>
background-color css
<style>
a { background-color: #0DBE10; }
a { background-color: rgb(13,190,16); }
div.DivClassName
{
background-color: #0DBE10;
}
.BgClassName
{
background-color: #0DBE10;
}
</style>
border-color css
<style>
span { border-color: #0DBE10; }
span { border-color: rgb(13,190,16); }
td.TdClassName
{
border-color: #0DBE10;
}
.TagClassName
{
border-color: #0DBE10;
}
</style>