Shades of Islamic Green #1FAE0A
Tints of Islamic Green #1FAE0A
RGB
CMYK
RGB Variations
Color information
#1FAE0A (or 0x1FAE0A) is known color: Islamic Green. HEX triplet: 1F, AE and 0A. RGB value is (31,174,10). Sum of RGB (Red+Green+Blue) = 31+174+10=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 174 (68.36% from 255 or 80.93% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAE0A is #E051F5. Grayscale: #717171. Windows color (decimal): -14701046 or 699935. OLE color: 699935.
HSL color Cylindrical-coordinate representation of color #1FAE0A: hue angle of 112.32º 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 #1FAE0A is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 174 | 10 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.32 |
| HSL | 112.32º | 0.89% | 0.36% | - |
| HSV(B) | 112.32º | 0.94% | 0.68% | - |
| XYZ | 15.76 | 30.59 | 5.36 | - |
| YUV | 112.55 | 70.12 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 10 | 0.82 | 0 | 0.94 | 0.32 | 112.32 | 0.89 | 0.36 |
| Hex | 1F | AE | A | 52 | 0 | 5E | 20 | 70 | 59 | 24 |
| Octal | 37 | 256 | 12 | 122 | 0 | 136 | 40 | 160 | 131 | 44 |
| Binary | 11111 | 10101110 | 1010 | 1010010 | 0 | 1011110 | 100000 | 1110000 | 1011001 | 100100 |
Color Harmonies of #1FAE0A
Complementary color
Monochromatic Colors of #1FAE0A
Black with #1FAE0A
Text Example
Text Example
White with #1FAE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAE0A; }
p { color: rgb(31,174,10); }
H1.HeaderClassName
{
color: #1FAE0A;
}
.AnyTagClassName
{
color: #1FAE0A;
}
</style>
background-color css
<style>
a { background-color: #1FAE0A; }
a { background-color: rgb(31,174,10); }
div.DivClassName
{
background-color: #1FAE0A;
}
.BgClassName
{
background-color: #1FAE0A;
}
</style>
border-color css
<style>
span { border-color: #1FAE0A; }
span { border-color: rgb(31,174,10); }
td.TdClassName
{
border-color: #1FAE0A;
}
.TagClassName
{
border-color: #1FAE0A;
}
</style>