Shades of Islamic Green #0FBC04
Tints of Islamic Green #0FBC04
RGB
CMYK
RGB Variations
Color information
#0FBC04 (or 0x0FBC04) is known color: Islamic Green. HEX triplet: 0F, BC and 04. RGB value is (15,188,4). Sum of RGB (Red+Green+Blue) = 15+188+4=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC04 is #F043FB. Grayscale: #737373. Windows color (decimal): -15746044 or 310287. OLE color: 310287.
HSL color Cylindrical-coordinate representation of color #0FBC04: hue angle of 116.41º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FBC04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 4 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.26 |
| HSL | 116.41º | 0.96% | 0.38% | - |
| HSV(B) | 116.41º | 0.98% | 0.74% | - |
| XYZ | 18.2 | 36.08 | 6.12 | - |
| YUV | 115.3 | 65.19 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 4 | 0.92 | 0 | 0.98 | 0.26 | 116.41 | 0.96 | 0.38 |
| Hex | F | BC | 4 | 5C | 0 | 62 | 1A | 74 | 60 | 26 |
| Octal | 17 | 274 | 4 | 134 | 0 | 142 | 32 | 164 | 140 | 46 |
| Binary | 1111 | 10111100 | 100 | 1011100 | 0 | 1100010 | 11010 | 1110100 | 1100000 | 100110 |
Color Harmonies of #0FBC04
Complementary color
Monochromatic Colors of #0FBC04
Black with #0FBC04
Text Example
Text Example
White with #0FBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC04; }
p { color: rgb(15,188,4); }
H1.HeaderClassName
{
color: #0FBC04;
}
.AnyTagClassName
{
color: #0FBC04;
}
</style>
background-color css
<style>
a { background-color: #0FBC04; }
a { background-color: rgb(15,188,4); }
div.DivClassName
{
background-color: #0FBC04;
}
.BgClassName
{
background-color: #0FBC04;
}
</style>
border-color css
<style>
span { border-color: #0FBC04; }
span { border-color: rgb(15,188,4); }
td.TdClassName
{
border-color: #0FBC04;
}
.TagClassName
{
border-color: #0FBC04;
}
</style>