Shades of Islamic Green #0FC311
Tints of Islamic Green #0FC311
RGB
CMYK
RGB Variations
Color information
#0FC311 (or 0x0FC311) is known color: Islamic Green. HEX triplet: 0F, C3 and 11. RGB value is (15,195,17). Sum of RGB (Red+Green+Blue) = 15+195+17=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 195 (76.56% from 255 or 85.90% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC311 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC311 is #F03CEE. Grayscale: #797979. Windows color (decimal): -15744239 or 1164047. OLE color: 1164047.
HSL color Cylindrical-coordinate representation of color #0FC311: hue angle of 120.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC311 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 17 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.24 |
| HSL | 120.67º | 0.86% | 0.41% | - |
| HSV(B) | 120.67º | 0.92% | 0.76% | - |
| XYZ | 19.81 | 39.17 | 7.05 | - |
| YUV | 120.89 | 69.37 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 17 | 0.92 | 0 | 0.91 | 0.24 | 120.67 | 0.86 | 0.41 |
| Hex | F | C3 | 11 | 5C | 0 | 5B | 18 | 79 | 56 | 29 |
| Octal | 17 | 303 | 21 | 134 | 0 | 133 | 30 | 171 | 126 | 51 |
| Binary | 1111 | 11000011 | 10001 | 1011100 | 0 | 1011011 | 11000 | 1111001 | 1010110 | 101001 |
Color Harmonies of #0FC311
Complementary color
Monochromatic Colors of #0FC311
Black with #0FC311
Text Example
Text Example
White with #0FC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC311; }
p { color: rgb(15,195,17); }
H1.HeaderClassName
{
color: #0FC311;
}
.AnyTagClassName
{
color: #0FC311;
}
</style>
background-color css
<style>
a { background-color: #0FC311; }
a { background-color: rgb(15,195,17); }
div.DivClassName
{
background-color: #0FC311;
}
.BgClassName
{
background-color: #0FC311;
}
</style>
border-color css
<style>
span { border-color: #0FC311; }
span { border-color: rgb(15,195,17); }
td.TdClassName
{
border-color: #0FC311;
}
.TagClassName
{
border-color: #0FC311;
}
</style>