Shades of Islamic Green #1FBC05
Tints of Islamic Green #1FBC05
RGB
CMYK
RGB Variations
Color information
#1FBC05 (or 0x1FBC05) is known color: Islamic Green. HEX triplet: 1F, BC and 05. RGB value is (31,188,5). Sum of RGB (Red+Green+Blue) = 31+188+5=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 188 (73.83% from 255 or 83.93% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC05 is #E043FA. Grayscale: #787878. Windows color (decimal): -14697467 or 375839. OLE color: 375839.
HSL color Cylindrical-coordinate representation of color #1FBC05: hue angle of 111.48º degrees, saturation: 0.95, 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 #1FBC05 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 5 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.26 |
| HSL | 111.48º | 0.95% | 0.38% | - |
| HSV(B) | 111.48º | 0.97% | 0.74% | - |
| XYZ | 18.58 | 36.27 | 6.17 | - |
| YUV | 120.2 | 62.99 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 5 | 0.84 | 0 | 0.97 | 0.26 | 111.48 | 0.95 | 0.38 |
| Hex | 1F | BC | 5 | 54 | 0 | 61 | 1A | 6F | 5F | 26 |
| Octal | 37 | 274 | 5 | 124 | 0 | 141 | 32 | 157 | 137 | 46 |
| Binary | 11111 | 10111100 | 101 | 1010100 | 0 | 1100001 | 11010 | 1101111 | 1011111 | 100110 |
Color Harmonies of #1FBC05
Complementary color
Monochromatic Colors of #1FBC05
Black with #1FBC05
Text Example
Text Example
White with #1FBC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC05; }
p { color: rgb(31,188,5); }
H1.HeaderClassName
{
color: #1FBC05;
}
.AnyTagClassName
{
color: #1FBC05;
}
</style>
background-color css
<style>
a { background-color: #1FBC05; }
a { background-color: rgb(31,188,5); }
div.DivClassName
{
background-color: #1FBC05;
}
.BgClassName
{
background-color: #1FBC05;
}
</style>
border-color css
<style>
span { border-color: #1FBC05; }
span { border-color: rgb(31,188,5); }
td.TdClassName
{
border-color: #1FBC05;
}
.TagClassName
{
border-color: #1FBC05;
}
</style>