Shades of Islamic Green #0EB103
Tints of Islamic Green #0EB103
RGB
CMYK
RGB Variations
Color information
#0EB103 (or 0x0EB103) is known color: Islamic Green. HEX triplet: 0E, B1 and 03. RGB value is (14,177,3). Sum of RGB (Red+Green+Blue) = 14+177+3=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 177 (69.53% from 255 or 91.24% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB103 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EB103 is #F14EFC. Grayscale: #6C6C6C. Windows color (decimal): -15814397 or 241934. OLE color: 241934.
HSL color Cylindrical-coordinate representation of color #0EB103: hue angle of 116.21º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EB103 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 177 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.31 |
| HSL | 116.21º | 0.97% | 0.35% | - |
| HSV(B) | 116.21º | 0.98% | 0.69% | - |
| XYZ | 15.92 | 31.54 | 5.34 | - |
| YUV | 108.43 | 68.5 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 177 | 3 | 0.92 | 0 | 0.98 | 0.31 | 116.21 | 0.97 | 0.35 |
| Hex | E | B1 | 3 | 5C | 0 | 62 | 1F | 74 | 61 | 23 |
| Octal | 16 | 261 | 3 | 134 | 0 | 142 | 37 | 164 | 141 | 43 |
| Binary | 1110 | 10110001 | 11 | 1011100 | 0 | 1100010 | 11111 | 1110100 | 1100001 | 100011 |
Color Harmonies of #0EB103
Complementary color
Monochromatic Colors of #0EB103
Black with #0EB103
Text Example
Text Example
White with #0EB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB103; }
p { color: rgb(14,177,3); }
H1.HeaderClassName
{
color: #0EB103;
}
.AnyTagClassName
{
color: #0EB103;
}
</style>
background-color css
<style>
a { background-color: #0EB103; }
a { background-color: rgb(14,177,3); }
div.DivClassName
{
background-color: #0EB103;
}
.BgClassName
{
background-color: #0EB103;
}
</style>
border-color css
<style>
span { border-color: #0EB103; }
span { border-color: rgb(14,177,3); }
td.TdClassName
{
border-color: #0EB103;
}
.TagClassName
{
border-color: #0EB103;
}
</style>