Shades of Islamic Green #1FB00E
Tints of Islamic Green #1FB00E
RGB
CMYK
RGB Variations
Color information
#1FB00E (or 0x1FB00E) is known color: Islamic Green. HEX triplet: 1F, B0 and 0E. RGB value is (31,176,14). Sum of RGB (Red+Green+Blue) = 31+176+14=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 176 (69.14% from 255 or 79.64% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FB00E is #E04FF1. Grayscale: #727272. Windows color (decimal): -14700530 or 962591. OLE color: 962591.
HSL color Cylindrical-coordinate representation of color #1FB00E: hue angle of 113.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FB00E is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 14 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.31 |
| HSL | 113.7º | 0.85% | 0.37% | - |
| HSV(B) | 113.7º | 0.92% | 0.69% | - |
| XYZ | 16.17 | 31.37 | 5.62 | - |
| YUV | 114.18 | 71.46 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 14 | 0.82 | 0 | 0.92 | 0.31 | 113.7 | 0.85 | 0.37 |
| Hex | 1F | B0 | E | 52 | 0 | 5C | 1F | 72 | 55 | 25 |
| Octal | 37 | 260 | 16 | 122 | 0 | 134 | 37 | 162 | 125 | 45 |
| Binary | 11111 | 10110000 | 1110 | 1010010 | 0 | 1011100 | 11111 | 1110010 | 1010101 | 100101 |
Color Harmonies of #1FB00E
Complementary color
Monochromatic Colors of #1FB00E
Black with #1FB00E
Text Example
Text Example
White with #1FB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB00E; }
p { color: rgb(31,176,14); }
H1.HeaderClassName
{
color: #1FB00E;
}
.AnyTagClassName
{
color: #1FB00E;
}
</style>
background-color css
<style>
a { background-color: #1FB00E; }
a { background-color: rgb(31,176,14); }
div.DivClassName
{
background-color: #1FB00E;
}
.BgClassName
{
background-color: #1FB00E;
}
</style>
border-color css
<style>
span { border-color: #1FB00E; }
span { border-color: rgb(31,176,14); }
td.TdClassName
{
border-color: #1FB00E;
}
.TagClassName
{
border-color: #1FB00E;
}
</style>