Shades of Islamic Green #1FA007
Tints of Islamic Green #1FA007
RGB
CMYK
RGB Variations
Color information
#1FA007 (or 0x1FA007) is known color: Islamic Green. HEX triplet: 1F, A0 and 07. RGB value is (31,160,7). Sum of RGB (Red+Green+Blue) = 31+160+7=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 160 (62.89% from 255 or 80.81% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA007 is #E05FF8. Grayscale: #686868. Windows color (decimal): -14704633 or 499743. OLE color: 499743.
HSL color Cylindrical-coordinate representation of color #1FA007: hue angle of 110.59º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FA007 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 7 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.37 |
| HSL | 110.59º | 0.92% | 0.33% | - |
| HSV(B) | 110.59º | 0.96% | 0.63% | - |
| XYZ | 13.17 | 25.45 | 4.42 | - |
| YUV | 103.99 | 73.26 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 7 | 0.81 | 0 | 0.96 | 0.37 | 110.59 | 0.92 | 0.33 |
| Hex | 1F | A0 | 7 | 51 | 0 | 60 | 25 | 6F | 5C | 21 |
| Octal | 37 | 240 | 7 | 121 | 0 | 140 | 45 | 157 | 134 | 41 |
| Binary | 11111 | 10100000 | 111 | 1010001 | 0 | 1100000 | 100101 | 1101111 | 1011100 | 100001 |
Color Harmonies of #1FA007
Complementary color
Monochromatic Colors of #1FA007
Black with #1FA007
Text Example
Text Example
White with #1FA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA007; }
p { color: rgb(31,160,7); }
H1.HeaderClassName
{
color: #1FA007;
}
.AnyTagClassName
{
color: #1FA007;
}
</style>
background-color css
<style>
a { background-color: #1FA007; }
a { background-color: rgb(31,160,7); }
div.DivClassName
{
background-color: #1FA007;
}
.BgClassName
{
background-color: #1FA007;
}
</style>
border-color css
<style>
span { border-color: #1FA007; }
span { border-color: rgb(31,160,7); }
td.TdClassName
{
border-color: #1FA007;
}
.TagClassName
{
border-color: #1FA007;
}
</style>