Shades of Islamic Green #1FA802
Tints of Islamic Green #1FA802
RGB
CMYK
RGB Variations
Color information
#1FA802 (or 0x1FA802) is known color: Islamic Green. HEX triplet: 1F, A8 and 02. RGB value is (31,168,2). Sum of RGB (Red+Green+Blue) = 31+168+2=201 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.42% from 201); Green value is 168 (66.02% from 255 or 83.58% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FA802 is #E057FD. Grayscale: #6C6C6C. Windows color (decimal): -14702590 or 174111. OLE color: 174111.
HSL color Cylindrical-coordinate representation of color #1FA802: hue angle of 109.52º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1FA802 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 2 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.34 |
| HSL | 109.52º | 0.98% | 0.33% | - |
| HSV(B) | 109.52º | 0.99% | 0.66% | - |
| XYZ | 14.58 | 28.3 | 4.75 | - |
| YUV | 108.11 | 68.11 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 2 | 0.82 | 0 | 0.99 | 0.34 | 109.52 | 0.98 | 0.33 |
| Hex | 1F | A8 | 2 | 52 | 0 | 63 | 22 | 6E | 62 | 21 |
| Octal | 37 | 250 | 2 | 122 | 0 | 143 | 42 | 156 | 142 | 41 |
| Binary | 11111 | 10101000 | 10 | 1010010 | 0 | 1100011 | 100010 | 1101110 | 1100010 | 100001 |
Color Harmonies of #1FA802
Complementary color
Monochromatic Colors of #1FA802
Black with #1FA802
Text Example
Text Example
White with #1FA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA802; }
p { color: rgb(31,168,2); }
H1.HeaderClassName
{
color: #1FA802;
}
.AnyTagClassName
{
color: #1FA802;
}
</style>
background-color css
<style>
a { background-color: #1FA802; }
a { background-color: rgb(31,168,2); }
div.DivClassName
{
background-color: #1FA802;
}
.BgClassName
{
background-color: #1FA802;
}
</style>
border-color css
<style>
span { border-color: #1FA802; }
span { border-color: rgb(31,168,2); }
td.TdClassName
{
border-color: #1FA802;
}
.TagClassName
{
border-color: #1FA802;
}
</style>