Shades of Islamic Green #0FC40F
Tints of Islamic Green #0FC40F
RGB
CMYK
RGB Variations
Color information
#0FC40F (or 0x0FC40F) is known color: Islamic Green. HEX triplet: 0F, C4 and 0F. RGB value is (15,196,15). Sum of RGB (Red+Green+Blue) = 15+196+15=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 196 (76.95% from 255 or 86.73% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC40F is #F03BF0. Grayscale: #797979. Windows color (decimal): -15743985 or 1033231. OLE color: 1033231.
HSL color Cylindrical-coordinate representation of color #0FC40F: hue angle of 120º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC40F is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 15 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.23 |
| HSL | 120º | 0.86% | 0.41% | - |
| HSV(B) | 120º | 0.92% | 0.77% | - |
| XYZ | 20.02 | 39.62 | 7.04 | - |
| YUV | 121.25 | 68.03 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 15 | 0.92 | 0 | 0.92 | 0.23 | 120 | 0.86 | 0.41 |
| Hex | F | C4 | F | 5C | 0 | 5C | 17 | 78 | 56 | 29 |
| Octal | 17 | 304 | 17 | 134 | 0 | 134 | 27 | 170 | 126 | 51 |
| Binary | 1111 | 11000100 | 1111 | 1011100 | 0 | 1011100 | 10111 | 1111000 | 1010110 | 101001 |
Color Harmonies of #0FC40F
Complementary color
Monochromatic Colors of #0FC40F
Black with #0FC40F
Text Example
Text Example
White with #0FC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC40F; }
p { color: rgb(15,196,15); }
H1.HeaderClassName
{
color: #0FC40F;
}
.AnyTagClassName
{
color: #0FC40F;
}
</style>
background-color css
<style>
a { background-color: #0FC40F; }
a { background-color: rgb(15,196,15); }
div.DivClassName
{
background-color: #0FC40F;
}
.BgClassName
{
background-color: #0FC40F;
}
</style>
border-color css
<style>
span { border-color: #0FC40F; }
span { border-color: rgb(15,196,15); }
td.TdClassName
{
border-color: #0FC40F;
}
.TagClassName
{
border-color: #0FC40F;
}
</style>