Shades of Islamic Green #0DBE02
Tints of Islamic Green #0DBE02
RGB
CMYK
RGB Variations
Color information
#0DBE02 (or 0x0DBE02) is known color: Islamic Green. HEX triplet: 0D, BE and 02. RGB value is (13,190,2). Sum of RGB (Red+Green+Blue) = 13+190+2=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 190 (74.61% from 255 or 92.68% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DBE02 is #F241FD. Grayscale: #747474. Windows color (decimal): -15876606 or 179725. OLE color: 179725.
HSL color Cylindrical-coordinate representation of color #0DBE02: hue angle of 116.49º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DBE02 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 2 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.25 |
| HSL | 116.49º | 0.98% | 0.38% | - |
| HSV(B) | 116.49º | 0.99% | 0.75% | - |
| XYZ | 18.59 | 36.92 | 6.2 | - |
| YUV | 115.65 | 63.86 | 54.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 2 | 0.93 | 0 | 0.99 | 0.25 | 116.49 | 0.98 | 0.38 |
| Hex | D | BE | 2 | 5D | 0 | 63 | 19 | 74 | 62 | 26 |
| Octal | 15 | 276 | 2 | 135 | 0 | 143 | 31 | 164 | 142 | 46 |
| Binary | 1101 | 10111110 | 10 | 1011101 | 0 | 1100011 | 11001 | 1110100 | 1100010 | 100110 |
Color Harmonies of #0DBE02
Complementary color
Monochromatic Colors of #0DBE02
Black with #0DBE02
Text Example
Text Example
White with #0DBE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE02; }
p { color: rgb(13,190,2); }
H1.HeaderClassName
{
color: #0DBE02;
}
.AnyTagClassName
{
color: #0DBE02;
}
</style>
background-color css
<style>
a { background-color: #0DBE02; }
a { background-color: rgb(13,190,2); }
div.DivClassName
{
background-color: #0DBE02;
}
.BgClassName
{
background-color: #0DBE02;
}
</style>
border-color css
<style>
span { border-color: #0DBE02; }
span { border-color: rgb(13,190,2); }
td.TdClassName
{
border-color: #0DBE02;
}
.TagClassName
{
border-color: #0DBE02;
}
</style>