Shades of Islamic Green #0EB30D
Tints of Islamic Green #0EB30D
RGB
CMYK
RGB Variations
Color information
#0EB30D (or 0x0EB30D) is known color: Islamic Green. HEX triplet: 0E, B3 and 0D. RGB value is (14,179,13). Sum of RGB (Red+Green+Blue) = 14+179+13=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 179 (70.31% from 255 or 86.89% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB30D is #F14CF2. Grayscale: #6F6F6F. Windows color (decimal): -15813875 or 897806. OLE color: 897806.
HSL color Cylindrical-coordinate representation of color #0EB30D: hue angle of 119.64º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EB30D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 13 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.30 |
| HSL | 119.64º | 0.86% | 0.38% | - |
| HSV(B) | 119.64º | 0.93% | 0.7% | - |
| XYZ | 16.37 | 32.36 | 5.76 | - |
| YUV | 110.74 | 72.84 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 13 | 0.92 | 0 | 0.93 | 0.30 | 119.64 | 0.86 | 0.38 |
| Hex | E | B3 | D | 5C | 0 | 5D | 1E | 78 | 56 | 26 |
| Octal | 16 | 263 | 15 | 134 | 0 | 135 | 36 | 170 | 126 | 46 |
| Binary | 1110 | 10110011 | 1101 | 1011100 | 0 | 1011101 | 11110 | 1111000 | 1010110 | 100110 |
Color Harmonies of #0EB30D
Complementary color
Monochromatic Colors of #0EB30D
Black with #0EB30D
Text Example
Text Example
White with #0EB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB30D; }
p { color: rgb(14,179,13); }
H1.HeaderClassName
{
color: #0EB30D;
}
.AnyTagClassName
{
color: #0EB30D;
}
</style>
background-color css
<style>
a { background-color: #0EB30D; }
a { background-color: rgb(14,179,13); }
div.DivClassName
{
background-color: #0EB30D;
}
.BgClassName
{
background-color: #0EB30D;
}
</style>
border-color css
<style>
span { border-color: #0EB30D; }
span { border-color: rgb(14,179,13); }
td.TdClassName
{
border-color: #0EB30D;
}
.TagClassName
{
border-color: #0EB30D;
}
</style>