Shades of Islamic Green #0EB305
Tints of Islamic Green #0EB305
RGB
CMYK
RGB Variations
Color information
#0EB305 (or 0x0EB305) is known color: Islamic Green. HEX triplet: 0E, B3 and 05. RGB value is (14,179,5). Sum of RGB (Red+Green+Blue) = 14+179+5=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 179 (70.31% from 255 or 90.40% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EB305 is #F14CFA. Grayscale: #6E6E6E. Windows color (decimal): -15813883 or 373518. OLE color: 373518.
HSL color Cylindrical-coordinate representation of color #0EB305: hue angle of 116.9º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EB305 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 5 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.30 |
| HSL | 116.9º | 0.95% | 0.36% | - |
| HSV(B) | 116.9º | 0.97% | 0.7% | - |
| XYZ | 16.33 | 32.34 | 5.53 | - |
| YUV | 109.83 | 68.84 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 5 | 0.92 | 0 | 0.97 | 0.30 | 116.9 | 0.95 | 0.36 |
| Hex | E | B3 | 5 | 5C | 0 | 61 | 1E | 75 | 5F | 24 |
| Octal | 16 | 263 | 5 | 134 | 0 | 141 | 36 | 165 | 137 | 44 |
| Binary | 1110 | 10110011 | 101 | 1011100 | 0 | 1100001 | 11110 | 1110101 | 1011111 | 100100 |
Color Harmonies of #0EB305
Complementary color
Monochromatic Colors of #0EB305
Black with #0EB305
Text Example
Text Example
White with #0EB305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB305; }
p { color: rgb(14,179,5); }
H1.HeaderClassName
{
color: #0EB305;
}
.AnyTagClassName
{
color: #0EB305;
}
</style>
background-color css
<style>
a { background-color: #0EB305; }
a { background-color: rgb(14,179,5); }
div.DivClassName
{
background-color: #0EB305;
}
.BgClassName
{
background-color: #0EB305;
}
</style>
border-color css
<style>
span { border-color: #0EB305; }
span { border-color: rgb(14,179,5); }
td.TdClassName
{
border-color: #0EB305;
}
.TagClassName
{
border-color: #0EB305;
}
</style>