Shades of Islamic Green #0DBE06
Tints of Islamic Green #0DBE06
RGB
CMYK
RGB Variations
Color information
#0DBE06 (or 0x0DBE06) is known color: Islamic Green. HEX triplet: 0D, BE and 06. RGB value is (13,190,6). Sum of RGB (Red+Green+Blue) = 13+190+6=209 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.22% from 209); Green value is 190 (74.61% from 255 or 90.91% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBE06 is #F241F9. Grayscale: #747474. Windows color (decimal): -15876602 or 441869. OLE color: 441869.
HSL color Cylindrical-coordinate representation of color #0DBE06: hue angle of 117.72º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0DBE06 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.25 |
| HSL | 117.72º | 0.94% | 0.38% | - |
| HSV(B) | 117.72º | 0.97% | 0.75% | - |
| XYZ | 18.61 | 36.93 | 6.32 | - |
| YUV | 116.1 | 65.86 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 6 | 0.93 | 0 | 0.97 | 0.25 | 117.72 | 0.94 | 0.38 |
| Hex | D | BE | 6 | 5D | 0 | 61 | 19 | 76 | 5E | 26 |
| Octal | 15 | 276 | 6 | 135 | 0 | 141 | 31 | 166 | 136 | 46 |
| Binary | 1101 | 10111110 | 110 | 1011101 | 0 | 1100001 | 11001 | 1110110 | 1011110 | 100110 |
Color Harmonies of #0DBE06
Complementary color
Monochromatic Colors of #0DBE06
Black with #0DBE06
Text Example
Text Example
White with #0DBE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE06; }
p { color: rgb(13,190,6); }
H1.HeaderClassName
{
color: #0DBE06;
}
.AnyTagClassName
{
color: #0DBE06;
}
</style>
background-color css
<style>
a { background-color: #0DBE06; }
a { background-color: rgb(13,190,6); }
div.DivClassName
{
background-color: #0DBE06;
}
.BgClassName
{
background-color: #0DBE06;
}
</style>
border-color css
<style>
span { border-color: #0DBE06; }
span { border-color: rgb(13,190,6); }
td.TdClassName
{
border-color: #0DBE06;
}
.TagClassName
{
border-color: #0DBE06;
}
</style>