Shades of Islamic Green #0FB80E
Tints of Islamic Green #0FB80E
RGB
CMYK
RGB Variations
Color information
#0FB80E (or 0x0FB80E) is known color: Islamic Green. HEX triplet: 0F, B8 and 0E. RGB value is (15,184,14). Sum of RGB (Red+Green+Blue) = 15+184+14=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 184 (72.27% from 255 or 86.38% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB80E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB80E is #F047F1. Grayscale: #727272. Windows color (decimal): -15747058 or 964623. OLE color: 964623.
HSL color Cylindrical-coordinate representation of color #0FB80E: hue angle of 119.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB80E is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 14 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.28 |
| HSL | 119.65º | 0.86% | 0.39% | - |
| HSV(B) | 119.65º | 0.92% | 0.72% | - |
| XYZ | 17.42 | 34.41 | 6.14 | - |
| YUV | 114.09 | 71.51 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 14 | 0.92 | 0 | 0.92 | 0.28 | 119.65 | 0.86 | 0.39 |
| Hex | F | B8 | E | 5C | 0 | 5C | 1C | 78 | 56 | 27 |
| Octal | 17 | 270 | 16 | 134 | 0 | 134 | 34 | 170 | 126 | 47 |
| Binary | 1111 | 10111000 | 1110 | 1011100 | 0 | 1011100 | 11100 | 1111000 | 1010110 | 100111 |
Color Harmonies of #0FB80E
Complementary color
Monochromatic Colors of #0FB80E
Black with #0FB80E
Text Example
Text Example
White with #0FB80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB80E; }
p { color: rgb(15,184,14); }
H1.HeaderClassName
{
color: #0FB80E;
}
.AnyTagClassName
{
color: #0FB80E;
}
</style>
background-color css
<style>
a { background-color: #0FB80E; }
a { background-color: rgb(15,184,14); }
div.DivClassName
{
background-color: #0FB80E;
}
.BgClassName
{
background-color: #0FB80E;
}
</style>
border-color css
<style>
span { border-color: #0FB80E; }
span { border-color: rgb(15,184,14); }
td.TdClassName
{
border-color: #0FB80E;
}
.TagClassName
{
border-color: #0FB80E;
}
</style>