Shades of Islamic Green #1FAA05
Tints of Islamic Green #1FAA05
RGB
CMYK
RGB Variations
Color information
#1FAA05 (or 0x1FAA05) is known color: Islamic Green. HEX triplet: 1F, AA and 05. RGB value is (31,170,5). Sum of RGB (Red+Green+Blue) = 31+170+5=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 170 (66.80% from 255 or 82.52% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAA05 is #E055FA. Grayscale: #6E6E6E. Windows color (decimal): -14702075 or 371231. OLE color: 371231.
HSL color Cylindrical-coordinate representation of color #1FAA05: hue angle of 110.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FAA05 is Cyan = 0.82, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 5 | - |
| CMYK | 0.82 | 0 | 0.97 | 0.33 |
| HSL | 110.55º | 0.94% | 0.34% | - |
| HSV(B) | 110.55º | 0.97% | 0.67% | - |
| XYZ | 14.97 | 29.05 | 4.96 | - |
| YUV | 109.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 5 | 0.82 | 0 | 0.97 | 0.33 | 110.55 | 0.94 | 0.34 |
| Hex | 1F | AA | 5 | 52 | 0 | 61 | 21 | 6F | 5E | 22 |
| Octal | 37 | 252 | 5 | 122 | 0 | 141 | 41 | 157 | 136 | 42 |
| Binary | 11111 | 10101010 | 101 | 1010010 | 0 | 1100001 | 100001 | 1101111 | 1011110 | 100010 |
Color Harmonies of #1FAA05
Complementary color
Monochromatic Colors of #1FAA05
Black with #1FAA05
Text Example
Text Example
White with #1FAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA05; }
p { color: rgb(31,170,5); }
H1.HeaderClassName
{
color: #1FAA05;
}
.AnyTagClassName
{
color: #1FAA05;
}
</style>
background-color css
<style>
a { background-color: #1FAA05; }
a { background-color: rgb(31,170,5); }
div.DivClassName
{
background-color: #1FAA05;
}
.BgClassName
{
background-color: #1FAA05;
}
</style>
border-color css
<style>
span { border-color: #1FAA05; }
span { border-color: rgb(31,170,5); }
td.TdClassName
{
border-color: #1FAA05;
}
.TagClassName
{
border-color: #1FAA05;
}
</style>