Shades of Islamic Green #1FAB0A
Tints of Islamic Green #1FAB0A
RGB
CMYK
RGB Variations
Color information
#1FAB0A (or 0x1FAB0A) is known color: Islamic Green. HEX triplet: 1F, AB and 0A. RGB value is (31,171,10). Sum of RGB (Red+Green+Blue) = 31+171+10=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAB0A is #E054F5. Grayscale: #6F6F6F. Windows color (decimal): -14701814 or 699167. OLE color: 699167.
HSL color Cylindrical-coordinate representation of color #1FAB0A: hue angle of 112.17º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FAB0A is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 10 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.33 |
| HSL | 112.17º | 0.89% | 0.35% | - |
| HSV(B) | 112.17º | 0.94% | 0.67% | - |
| XYZ | 15.18 | 29.44 | 5.17 | - |
| YUV | 110.79 | 71.12 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 10 | 0.82 | 0 | 0.94 | 0.33 | 112.17 | 0.89 | 0.35 |
| Hex | 1F | AB | A | 52 | 0 | 5E | 21 | 70 | 59 | 23 |
| Octal | 37 | 253 | 12 | 122 | 0 | 136 | 41 | 160 | 131 | 43 |
| Binary | 11111 | 10101011 | 1010 | 1010010 | 0 | 1011110 | 100001 | 1110000 | 1011001 | 100011 |
Color Harmonies of #1FAB0A
Complementary color
Monochromatic Colors of #1FAB0A
Black with #1FAB0A
Text Example
Text Example
White with #1FAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB0A; }
p { color: rgb(31,171,10); }
H1.HeaderClassName
{
color: #1FAB0A;
}
.AnyTagClassName
{
color: #1FAB0A;
}
</style>
background-color css
<style>
a { background-color: #1FAB0A; }
a { background-color: rgb(31,171,10); }
div.DivClassName
{
background-color: #1FAB0A;
}
.BgClassName
{
background-color: #1FAB0A;
}
</style>
border-color css
<style>
span { border-color: #1FAB0A; }
span { border-color: rgb(31,171,10); }
td.TdClassName
{
border-color: #1FAB0A;
}
.TagClassName
{
border-color: #1FAB0A;
}
</style>