Shades of Islamic Green #1FA004
Tints of Islamic Green #1FA004
RGB
CMYK
RGB Variations
Color information
#1FA004 (or 0x1FA004) is known color: Islamic Green. HEX triplet: 1F, A0 and 04. RGB value is (31,160,4). Sum of RGB (Red+Green+Blue) = 31+160+4=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 160 (62.89% from 255 or 82.05% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA004 is #E05FFB. Grayscale: #686868. Windows color (decimal): -14704636 or 303135. OLE color: 303135.
HSL color Cylindrical-coordinate representation of color #1FA004: hue angle of 109.62º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FA004 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 4 | - |
| CMYK | 0.81 | 0 | 0.98 | 0.37 |
| HSL | 109.62º | 0.95% | 0.32% | - |
| HSV(B) | 109.62º | 0.98% | 0.63% | - |
| XYZ | 13.16 | 25.44 | 4.33 | - |
| YUV | 103.65 | 71.76 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 4 | 0.81 | 0 | 0.98 | 0.37 | 109.62 | 0.95 | 0.32 |
| Hex | 1F | A0 | 4 | 51 | 0 | 62 | 25 | 6E | 5F | 20 |
| Octal | 37 | 240 | 4 | 121 | 0 | 142 | 45 | 156 | 137 | 40 |
| Binary | 11111 | 10100000 | 100 | 1010001 | 0 | 1100010 | 100101 | 1101110 | 1011111 | 100000 |
Color Harmonies of #1FA004
Complementary color
Monochromatic Colors of #1FA004
Black with #1FA004
Text Example
Text Example
White with #1FA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA004; }
p { color: rgb(31,160,4); }
H1.HeaderClassName
{
color: #1FA004;
}
.AnyTagClassName
{
color: #1FA004;
}
</style>
background-color css
<style>
a { background-color: #1FA004; }
a { background-color: rgb(31,160,4); }
div.DivClassName
{
background-color: #1FA004;
}
.BgClassName
{
background-color: #1FA004;
}
</style>
border-color css
<style>
span { border-color: #1FA004; }
span { border-color: rgb(31,160,4); }
td.TdClassName
{
border-color: #1FA004;
}
.TagClassName
{
border-color: #1FA004;
}
</style>