Shades of Islamic Green #1FBC01
Tints of Islamic Green #1FBC01
RGB
CMYK
RGB Variations
Color information
#1FBC01 (or 0x1FBC01) is known color: Islamic Green. HEX triplet: 1F, BC and 01. RGB value is (31,188,1). Sum of RGB (Red+Green+Blue) = 31+188+1=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 188 (73.83% from 255 or 85.45% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC01 is #E043FE. Grayscale: #787878. Windows color (decimal): -14697471 or 113695. OLE color: 113695.
HSL color Cylindrical-coordinate representation of color #1FBC01: hue angle of 110.37º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FBC01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.26 |
| HSL | 110.37º | 0.99% | 0.37% | - |
| HSV(B) | 110.37º | 0.99% | 0.74% | - |
| XYZ | 18.55 | 36.26 | 6.05 | - |
| YUV | 119.74 | 60.99 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 1 | 0.84 | 0 | 0.99 | 0.26 | 110.37 | 0.99 | 0.37 |
| Hex | 1F | BC | 1 | 54 | 0 | 63 | 1A | 6E | 63 | 25 |
| Octal | 37 | 274 | 1 | 124 | 0 | 143 | 32 | 156 | 143 | 45 |
| Binary | 11111 | 10111100 | 1 | 1010100 | 0 | 1100011 | 11010 | 1101110 | 1100011 | 100101 |
Color Harmonies of #1FBC01
Complementary color
Monochromatic Colors of #1FBC01
Black with #1FBC01
Text Example
Text Example
White with #1FBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC01; }
p { color: rgb(31,188,1); }
H1.HeaderClassName
{
color: #1FBC01;
}
.AnyTagClassName
{
color: #1FBC01;
}
</style>
background-color css
<style>
a { background-color: #1FBC01; }
a { background-color: rgb(31,188,1); }
div.DivClassName
{
background-color: #1FBC01;
}
.BgClassName
{
background-color: #1FBC01;
}
</style>
border-color css
<style>
span { border-color: #1FBC01; }
span { border-color: rgb(31,188,1); }
td.TdClassName
{
border-color: #1FBC01;
}
.TagClassName
{
border-color: #1FBC01;
}
</style>