Shades of Islamic Green #1FAC0D
Tints of Islamic Green #1FAC0D
RGB
CMYK
RGB Variations
Color information
#1FAC0D (or 0x1FAC0D) is known color: Islamic Green. HEX triplet: 1F, AC and 0D. RGB value is (31,172,13). Sum of RGB (Red+Green+Blue) = 31+172+13=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 172 (67.58% from 255 or 79.63% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAC0D is #E053F2. Grayscale: #707070. Windows color (decimal): -14701555 or 896031. OLE color: 896031.
HSL color Cylindrical-coordinate representation of color #1FAC0D: hue angle of 113.21º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1FAC0D is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 13 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.33 |
| HSL | 113.21º | 0.86% | 0.36% | - |
| HSV(B) | 113.21º | 0.92% | 0.67% | - |
| XYZ | 15.39 | 29.83 | 5.33 | - |
| YUV | 111.72 | 72.29 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 13 | 0.82 | 0 | 0.92 | 0.33 | 113.21 | 0.86 | 0.36 |
| Hex | 1F | AC | D | 52 | 0 | 5C | 21 | 71 | 56 | 24 |
| Octal | 37 | 254 | 15 | 122 | 0 | 134 | 41 | 161 | 126 | 44 |
| Binary | 11111 | 10101100 | 1101 | 1010010 | 0 | 1011100 | 100001 | 1110001 | 1010110 | 100100 |
Color Harmonies of #1FAC0D
Complementary color
Monochromatic Colors of #1FAC0D
Black with #1FAC0D
Text Example
Text Example
White with #1FAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC0D; }
p { color: rgb(31,172,13); }
H1.HeaderClassName
{
color: #1FAC0D;
}
.AnyTagClassName
{
color: #1FAC0D;
}
</style>
background-color css
<style>
a { background-color: #1FAC0D; }
a { background-color: rgb(31,172,13); }
div.DivClassName
{
background-color: #1FAC0D;
}
.BgClassName
{
background-color: #1FAC0D;
}
</style>
border-color css
<style>
span { border-color: #1FAC0D; }
span { border-color: rgb(31,172,13); }
td.TdClassName
{
border-color: #1FAC0D;
}
.TagClassName
{
border-color: #1FAC0D;
}
</style>