Shades of Islamic Green #1FAD0A
Tints of Islamic Green #1FAD0A
RGB
CMYK
RGB Variations
Color information
#1FAD0A (or 0x1FAD0A) is known color: Islamic Green. HEX triplet: 1F, AD and 0A. RGB value is (31,173,10). Sum of RGB (Red+Green+Blue) = 31+173+10=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 173 (67.97% from 255 or 80.84% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAD0A is #E052F5. Grayscale: #707070. Windows color (decimal): -14701302 or 699679. OLE color: 699679.
HSL color Cylindrical-coordinate representation of color #1FAD0A: hue angle of 112.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FAD0A is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 10 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.32 |
| HSL | 112.27º | 0.89% | 0.36% | - |
| HSV(B) | 112.27º | 0.94% | 0.68% | - |
| XYZ | 15.56 | 30.2 | 5.3 | - |
| YUV | 111.96 | 70.46 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 10 | 0.82 | 0 | 0.94 | 0.32 | 112.27 | 0.89 | 0.36 |
| Hex | 1F | AD | A | 52 | 0 | 5E | 20 | 70 | 59 | 24 |
| Octal | 37 | 255 | 12 | 122 | 0 | 136 | 40 | 160 | 131 | 44 |
| Binary | 11111 | 10101101 | 1010 | 1010010 | 0 | 1011110 | 100000 | 1110000 | 1011001 | 100100 |
Color Harmonies of #1FAD0A
Complementary color
Monochromatic Colors of #1FAD0A
Black with #1FAD0A
Text Example
Text Example
White with #1FAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD0A; }
p { color: rgb(31,173,10); }
H1.HeaderClassName
{
color: #1FAD0A;
}
.AnyTagClassName
{
color: #1FAD0A;
}
</style>
background-color css
<style>
a { background-color: #1FAD0A; }
a { background-color: rgb(31,173,10); }
div.DivClassName
{
background-color: #1FAD0A;
}
.BgClassName
{
background-color: #1FAD0A;
}
</style>
border-color css
<style>
span { border-color: #1FAD0A; }
span { border-color: rgb(31,173,10); }
td.TdClassName
{
border-color: #1FAD0A;
}
.TagClassName
{
border-color: #1FAD0A;
}
</style>