Shades of Islamic Green #0FBC0C
Tints of Islamic Green #0FBC0C
RGB
CMYK
RGB Variations
Color information
#0FBC0C (or 0x0FBC0C) is known color: Islamic Green. HEX triplet: 0F, BC and 0C. RGB value is (15,188,12). Sum of RGB (Red+Green+Blue) = 15+188+12=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 188 (73.83% from 255 or 87.44% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC0C is #F043F3. Grayscale: #747474. Windows color (decimal): -15746036 or 834575. OLE color: 834575.
HSL color Cylindrical-coordinate representation of color #0FBC0C: hue angle of 118.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FBC0C is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 12 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.26 |
| HSL | 118.98º | 0.88% | 0.39% | - |
| HSV(B) | 118.98º | 0.94% | 0.74% | - |
| XYZ | 18.25 | 36.09 | 6.35 | - |
| YUV | 116.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 12 | 0.92 | 0 | 0.94 | 0.26 | 118.98 | 0.88 | 0.39 |
| Hex | F | BC | C | 5C | 0 | 5E | 1A | 77 | 58 | 27 |
| Octal | 17 | 274 | 14 | 134 | 0 | 136 | 32 | 167 | 130 | 47 |
| Binary | 1111 | 10111100 | 1100 | 1011100 | 0 | 1011110 | 11010 | 1110111 | 1011000 | 100111 |
Color Harmonies of #0FBC0C
Complementary color
Monochromatic Colors of #0FBC0C
Black with #0FBC0C
Text Example
Text Example
White with #0FBC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC0C; }
p { color: rgb(15,188,12); }
H1.HeaderClassName
{
color: #0FBC0C;
}
.AnyTagClassName
{
color: #0FBC0C;
}
</style>
background-color css
<style>
a { background-color: #0FBC0C; }
a { background-color: rgb(15,188,12); }
div.DivClassName
{
background-color: #0FBC0C;
}
.BgClassName
{
background-color: #0FBC0C;
}
</style>
border-color css
<style>
span { border-color: #0FBC0C; }
span { border-color: rgb(15,188,12); }
td.TdClassName
{
border-color: #0FBC0C;
}
.TagClassName
{
border-color: #0FBC0C;
}
</style>