Shades of Islamic Green #1FBC06
Tints of Islamic Green #1FBC06
RGB
CMYK
RGB Variations
Color information
#1FBC06 (or 0x1FBC06) is known color: Islamic Green. HEX triplet: 1F, BC and 06. RGB value is (31,188,6). Sum of RGB (Red+Green+Blue) = 31+188+6=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 188 (73.83% from 255 or 83.56% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC06 is #E043F9. Grayscale: #787878. Windows color (decimal): -14697466 or 441375. OLE color: 441375.
HSL color Cylindrical-coordinate representation of color #1FBC06: hue angle of 111.76º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FBC06 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 6 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.26 |
| HSL | 111.76º | 0.94% | 0.38% | - |
| HSV(B) | 111.76º | 0.97% | 0.74% | - |
| XYZ | 18.58 | 36.27 | 6.19 | - |
| YUV | 120.31 | 63.49 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 6 | 0.84 | 0 | 0.97 | 0.26 | 111.76 | 0.94 | 0.38 |
| Hex | 1F | BC | 6 | 54 | 0 | 61 | 1A | 70 | 5E | 26 |
| Octal | 37 | 274 | 6 | 124 | 0 | 141 | 32 | 160 | 136 | 46 |
| Binary | 11111 | 10111100 | 110 | 1010100 | 0 | 1100001 | 11010 | 1110000 | 1011110 | 100110 |
Color Harmonies of #1FBC06
Complementary color
Monochromatic Colors of #1FBC06
Black with #1FBC06
Text Example
Text Example
White with #1FBC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC06; }
p { color: rgb(31,188,6); }
H1.HeaderClassName
{
color: #1FBC06;
}
.AnyTagClassName
{
color: #1FBC06;
}
</style>
background-color css
<style>
a { background-color: #1FBC06; }
a { background-color: rgb(31,188,6); }
div.DivClassName
{
background-color: #1FBC06;
}
.BgClassName
{
background-color: #1FBC06;
}
</style>
border-color css
<style>
span { border-color: #1FBC06; }
span { border-color: rgb(31,188,6); }
td.TdClassName
{
border-color: #1FBC06;
}
.TagClassName
{
border-color: #1FBC06;
}
</style>