Shades of Islamic Green #1FAB0B
Tints of Islamic Green #1FAB0B
RGB
CMYK
RGB Variations
Color information
#1FAB0B (or 0x1FAB0B) is known color: Islamic Green. HEX triplet: 1F, AB and 0B. RGB value is (31,171,11). Sum of RGB (Red+Green+Blue) = 31+171+11=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 171 (67.19% from 255 or 80.28% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 171 - color contains mainly: green. Hex color #1FAB0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAB0B is #E054F4. Grayscale: #6F6F6F. Windows color (decimal): -14701813 or 764703. OLE color: 764703.
HSL color Cylindrical-coordinate representation of color #1FAB0B: hue angle of 112.5º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FAB0B is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 171 | 11 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.33 |
| HSL | 112.5º | 0.88% | 0.36% | - |
| HSV(B) | 112.5º | 0.94% | 0.67% | - |
| XYZ | 15.19 | 29.44 | 5.2 | - |
| YUV | 110.9 | 71.62 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 11 | 0.82 | 0 | 0.94 | 0.33 | 112.5 | 0.88 | 0.36 |
| Hex | 1F | AB | B | 52 | 0 | 5E | 21 | 70 | 58 | 24 |
| Octal | 37 | 253 | 13 | 122 | 0 | 136 | 41 | 160 | 130 | 44 |
| Binary | 11111 | 10101011 | 1011 | 1010010 | 0 | 1011110 | 100001 | 1110000 | 1011000 | 100100 |
Color Harmonies of #1FAB0B
Complementary color
Monochromatic Colors of #1FAB0B
Black with #1FAB0B
Text Example
Text Example
White with #1FAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAB0B; }
p { color: rgb(31,171,11); }
H1.HeaderClassName
{
color: #1FAB0B;
}
.AnyTagClassName
{
color: #1FAB0B;
}
</style>
background-color css
<style>
a { background-color: #1FAB0B; }
a { background-color: rgb(31,171,11); }
div.DivClassName
{
background-color: #1FAB0B;
}
.BgClassName
{
background-color: #1FAB0B;
}
</style>
border-color css
<style>
span { border-color: #1FAB0B; }
span { border-color: rgb(31,171,11); }
td.TdClassName
{
border-color: #1FAB0B;
}
.TagClassName
{
border-color: #1FAB0B;
}
</style>