Shades of Islamic Green #1FBC07
Tints of Islamic Green #1FBC07
RGB
CMYK
RGB Variations
Color information
#1FBC07 (or 0x1FBC07) is known color: Islamic Green. HEX triplet: 1F, BC and 07. RGB value is (31,188,7). Sum of RGB (Red+Green+Blue) = 31+188+7=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC07 is #E043F8. Grayscale: #787878. Windows color (decimal): -14697465 or 506911. OLE color: 506911.
HSL color Cylindrical-coordinate representation of color #1FBC07: hue angle of 112.04º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FBC07 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 7 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.26 |
| HSL | 112.04º | 0.93% | 0.38% | - |
| HSV(B) | 112.04º | 0.96% | 0.74% | - |
| XYZ | 18.59 | 36.27 | 6.22 | - |
| YUV | 120.42 | 63.99 | 64.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 7 | 0.84 | 0 | 0.96 | 0.26 | 112.04 | 0.93 | 0.38 |
| Hex | 1F | BC | 7 | 54 | 0 | 60 | 1A | 70 | 5D | 26 |
| Octal | 37 | 274 | 7 | 124 | 0 | 140 | 32 | 160 | 135 | 46 |
| Binary | 11111 | 10111100 | 111 | 1010100 | 0 | 1100000 | 11010 | 1110000 | 1011101 | 100110 |
Color Harmonies of #1FBC07
Complementary color
Monochromatic Colors of #1FBC07
Black with #1FBC07
Text Example
Text Example
White with #1FBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC07; }
p { color: rgb(31,188,7); }
H1.HeaderClassName
{
color: #1FBC07;
}
.AnyTagClassName
{
color: #1FBC07;
}
</style>
background-color css
<style>
a { background-color: #1FBC07; }
a { background-color: rgb(31,188,7); }
div.DivClassName
{
background-color: #1FBC07;
}
.BgClassName
{
background-color: #1FBC07;
}
</style>
border-color css
<style>
span { border-color: #1FBC07; }
span { border-color: rgb(31,188,7); }
td.TdClassName
{
border-color: #1FBC07;
}
.TagClassName
{
border-color: #1FBC07;
}
</style>