Shades of Islamic Green #1FA008
Tints of Islamic Green #1FA008
RGB
CMYK
RGB Variations
Color information
#1FA008 (or 0x1FA008) is known color: Islamic Green. HEX triplet: 1F, A0 and 08. RGB value is (31,160,8). Sum of RGB (Red+Green+Blue) = 31+160+8=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 160 (62.89% from 255 or 80.40% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 160 - color contains mainly: green. Hex color #1FA008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA008 is #E05FF7. Grayscale: #686868. Windows color (decimal): -14704632 or 565279. OLE color: 565279.
HSL color Cylindrical-coordinate representation of color #1FA008: hue angle of 110.92º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FA008 is Cyan = 0.81, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 160 | 8 | - |
| CMYK | 0.81 | 0 | 0.95 | 0.37 |
| HSL | 110.92º | 0.9% | 0.33% | - |
| HSV(B) | 110.92º | 0.95% | 0.63% | - |
| XYZ | 13.18 | 25.45 | 4.45 | - |
| YUV | 104.1 | 73.76 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 160 | 8 | 0.81 | 0 | 0.95 | 0.37 | 110.92 | 0.9 | 0.33 |
| Hex | 1F | A0 | 8 | 51 | 0 | 5F | 25 | 6F | 5A | 21 |
| Octal | 37 | 240 | 10 | 121 | 0 | 137 | 45 | 157 | 132 | 41 |
| Binary | 11111 | 10100000 | 1000 | 1010001 | 0 | 1011111 | 100101 | 1101111 | 1011010 | 100001 |
Color Harmonies of #1FA008
Complementary color
Monochromatic Colors of #1FA008
Black with #1FA008
Text Example
Text Example
White with #1FA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA008; }
p { color: rgb(31,160,8); }
H1.HeaderClassName
{
color: #1FA008;
}
.AnyTagClassName
{
color: #1FA008;
}
</style>
background-color css
<style>
a { background-color: #1FA008; }
a { background-color: rgb(31,160,8); }
div.DivClassName
{
background-color: #1FA008;
}
.BgClassName
{
background-color: #1FA008;
}
</style>
border-color css
<style>
span { border-color: #1FA008; }
span { border-color: rgb(31,160,8); }
td.TdClassName
{
border-color: #1FA008;
}
.TagClassName
{
border-color: #1FA008;
}
</style>