Shades of Islamic Green #1ABF04
Tints of Islamic Green #1ABF04
RGB
CMYK
RGB Variations
Color information
#1ABF04 (or 0x1ABF04) is known color: Islamic Green. HEX triplet: 1A, BF and 04. RGB value is (26,191,4). Sum of RGB (Red+Green+Blue) = 26+191+4=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 191 (75% from 255 or 86.43% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF04 is #E540FB. Grayscale: #787878. Windows color (decimal): -15024380 or 311066. OLE color: 311066.
HSL color Cylindrical-coordinate representation of color #1ABF04: hue angle of 112.94º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ABF04 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 191 | 4 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.25 |
| HSL | 112.94º | 0.96% | 0.38% | - |
| HSV(B) | 112.94º | 0.98% | 0.75% | - |
| XYZ | 19.08 | 37.49 | 6.35 | - |
| YUV | 120.35 | 62.34 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 191 | 4 | 0.86 | 0 | 0.98 | 0.25 | 112.94 | 0.96 | 0.38 |
| Hex | 1A | BF | 4 | 56 | 0 | 62 | 19 | 71 | 60 | 26 |
| Octal | 32 | 277 | 4 | 126 | 0 | 142 | 31 | 161 | 140 | 46 |
| Binary | 11010 | 10111111 | 100 | 1010110 | 0 | 1100010 | 11001 | 1110001 | 1100000 | 100110 |
Color Harmonies of #1ABF04
Complementary color
Monochromatic Colors of #1ABF04
Black with #1ABF04
Text Example
Text Example
White with #1ABF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABF04; }
p { color: rgb(26,191,4); }
H1.HeaderClassName
{
color: #1ABF04;
}
.AnyTagClassName
{
color: #1ABF04;
}
</style>
background-color css
<style>
a { background-color: #1ABF04; }
a { background-color: rgb(26,191,4); }
div.DivClassName
{
background-color: #1ABF04;
}
.BgClassName
{
background-color: #1ABF04;
}
</style>
border-color css
<style>
span { border-color: #1ABF04; }
span { border-color: rgb(26,191,4); }
td.TdClassName
{
border-color: #1ABF04;
}
.TagClassName
{
border-color: #1ABF04;
}
</style>