Shades of Islamic Green #0FB30E
Tints of Islamic Green #0FB30E
RGB
CMYK
RGB Variations
Color information
#0FB30E (or 0x0FB30E) is known color: Islamic Green. HEX triplet: 0F, B3 and 0E. RGB value is (15,179,14). Sum of RGB (Red+Green+Blue) = 15+179+14=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 179 (70.31% from 255 or 86.06% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB30E is #F04CF1. Grayscale: #6F6F6F. Windows color (decimal): -15748338 or 963343. OLE color: 963343.
HSL color Cylindrical-coordinate representation of color #0FB30E: hue angle of 119.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB30E is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 179 | 14 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.30 |
| HSL | 119.64º | 0.85% | 0.38% | - |
| HSV(B) | 119.64º | 0.92% | 0.7% | - |
| XYZ | 16.4 | 32.37 | 5.8 | - |
| YUV | 111.15 | 73.17 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 179 | 14 | 0.92 | 0 | 0.92 | 0.30 | 119.64 | 0.85 | 0.38 |
| Hex | F | B3 | E | 5C | 0 | 5C | 1E | 78 | 55 | 26 |
| Octal | 17 | 263 | 16 | 134 | 0 | 134 | 36 | 170 | 125 | 46 |
| Binary | 1111 | 10110011 | 1110 | 1011100 | 0 | 1011100 | 11110 | 1111000 | 1010101 | 100110 |
Color Harmonies of #0FB30E
Complementary color
Monochromatic Colors of #0FB30E
Black with #0FB30E
Text Example
Text Example
White with #0FB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB30E; }
p { color: rgb(15,179,14); }
H1.HeaderClassName
{
color: #0FB30E;
}
.AnyTagClassName
{
color: #0FB30E;
}
</style>
background-color css
<style>
a { background-color: #0FB30E; }
a { background-color: rgb(15,179,14); }
div.DivClassName
{
background-color: #0FB30E;
}
.BgClassName
{
background-color: #0FB30E;
}
</style>
border-color css
<style>
span { border-color: #0FB30E; }
span { border-color: rgb(15,179,14); }
td.TdClassName
{
border-color: #0FB30E;
}
.TagClassName
{
border-color: #0FB30E;
}
</style>