Shades of Islamic Green #1FBC04
Tints of Islamic Green #1FBC04
RGB
CMYK
RGB Variations
Color information
#1FBC04 (or 0x1FBC04) is known color: Islamic Green. HEX triplet: 1F, BC and 04. RGB value is (31,188,4). Sum of RGB (Red+Green+Blue) = 31+188+4=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC04 is #E043FB. Grayscale: #787878. Windows color (decimal): -14697468 or 310303. OLE color: 310303.
HSL color Cylindrical-coordinate representation of color #1FBC04: hue angle of 111.2º 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 #1FBC04 is Cyan = 0.84, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 4 | - |
| CMYK | 0.84 | 0 | 0.98 | 0.26 |
| HSL | 111.2º | 0.96% | 0.38% | - |
| HSV(B) | 111.2º | 0.98% | 0.74% | - |
| XYZ | 18.57 | 36.27 | 6.14 | - |
| YUV | 120.08 | 62.49 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 4 | 0.84 | 0 | 0.98 | 0.26 | 111.2 | 0.96 | 0.38 |
| Hex | 1F | BC | 4 | 54 | 0 | 62 | 1A | 6F | 60 | 26 |
| Octal | 37 | 274 | 4 | 124 | 0 | 142 | 32 | 157 | 140 | 46 |
| Binary | 11111 | 10111100 | 100 | 1010100 | 0 | 1100010 | 11010 | 1101111 | 1100000 | 100110 |
Color Harmonies of #1FBC04
Complementary color
Monochromatic Colors of #1FBC04
Black with #1FBC04
Text Example
Text Example
White with #1FBC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC04; }
p { color: rgb(31,188,4); }
H1.HeaderClassName
{
color: #1FBC04;
}
.AnyTagClassName
{
color: #1FBC04;
}
</style>
background-color css
<style>
a { background-color: #1FBC04; }
a { background-color: rgb(31,188,4); }
div.DivClassName
{
background-color: #1FBC04;
}
.BgClassName
{
background-color: #1FBC04;
}
</style>
border-color css
<style>
span { border-color: #1FBC04; }
span { border-color: rgb(31,188,4); }
td.TdClassName
{
border-color: #1FBC04;
}
.TagClassName
{
border-color: #1FBC04;
}
</style>