Shades of Islamic Green #1FA102
Tints of Islamic Green #1FA102
RGB
CMYK
RGB Variations
Color information
#1FA102 (or 0x1FA102) is known color: Islamic Green. HEX triplet: 1F, A1 and 02. RGB value is (31,161,2). Sum of RGB (Red+Green+Blue) = 31+161+2=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 161 (63.28% from 255 or 82.99% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 161 - color contains mainly: green. Hex color #1FA102 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA102 is #E05EFD. Grayscale: #686868. Windows color (decimal): -14704382 or 172319. OLE color: 172319.
HSL color Cylindrical-coordinate representation of color #1FA102: hue angle of 109.06º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FA102 is Cyan = 0.81, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 161 | 2 | - |
| CMYK | 0.81 | 0 | 0.99 | 0.37 |
| HSL | 109.06º | 0.98% | 0.32% | - |
| HSV(B) | 109.06º | 0.99% | 0.63% | - |
| XYZ | 13.32 | 25.79 | 4.33 | - |
| YUV | 104 | 70.43 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 161 | 2 | 0.81 | 0 | 0.99 | 0.37 | 109.06 | 0.98 | 0.32 |
| Hex | 1F | A1 | 2 | 51 | 0 | 63 | 25 | 6D | 62 | 20 |
| Octal | 37 | 241 | 2 | 121 | 0 | 143 | 45 | 155 | 142 | 40 |
| Binary | 11111 | 10100001 | 10 | 1010001 | 0 | 1100011 | 100101 | 1101101 | 1100010 | 100000 |
Color Harmonies of #1FA102
Complementary color
Monochromatic Colors of #1FA102
Black with #1FA102
Text Example
Text Example
White with #1FA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA102; }
p { color: rgb(31,161,2); }
H1.HeaderClassName
{
color: #1FA102;
}
.AnyTagClassName
{
color: #1FA102;
}
</style>
background-color css
<style>
a { background-color: #1FA102; }
a { background-color: rgb(31,161,2); }
div.DivClassName
{
background-color: #1FA102;
}
.BgClassName
{
background-color: #1FA102;
}
</style>
border-color css
<style>
span { border-color: #1FA102; }
span { border-color: rgb(31,161,2); }
td.TdClassName
{
border-color: #1FA102;
}
.TagClassName
{
border-color: #1FA102;
}
</style>