Shades of Islamic Green #04AB1C
Tints of Islamic Green #04AB1C
RGB
CMYK
RGB Variations
Color information
#04AB1C (or 0x04AB1C) is known color: Islamic Green. HEX triplet: 04, AB and 1C. RGB value is (4,171,28). Sum of RGB (Red+Green+Blue) = 4+171+28=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 171 (67.19% from 255 or 84.24% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04AB1C is #FB54E3. Grayscale: #696969. Windows color (decimal): -16471268 or 1878788. OLE color: 1878788.
HSL color Cylindrical-coordinate representation of color #04AB1C: hue angle of 128.62º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB1C is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 171 | 28 | - |
| CMYK | 0.98 | 0 | 0.84 | 0.33 |
| HSL | 128.62º | 0.95% | 0.34% | - |
| HSV(B) | 128.62º | 0.98% | 0.67% | - |
| XYZ | 14.82 | 29.24 | 5.96 | - |
| YUV | 104.77 | 84.67 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 28 | 0.98 | 0 | 0.84 | 0.33 | 128.62 | 0.95 | 0.34 |
| Hex | 4 | AB | 1C | 62 | 0 | 54 | 21 | 81 | 5F | 22 |
| Octal | 4 | 253 | 34 | 142 | 0 | 124 | 41 | 201 | 137 | 42 |
| Binary | 100 | 10101011 | 11100 | 1100010 | 0 | 1010100 | 100001 | 10000001 | 1011111 | 100010 |
Color Harmonies of #04AB1C
Complementary color
Monochromatic Colors of #04AB1C
Black with #04AB1C
Text Example
Text Example
White with #04AB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AB1C; }
p { color: rgb(4,171,28); }
H1.HeaderClassName
{
color: #04AB1C;
}
.AnyTagClassName
{
color: #04AB1C;
}
</style>
background-color css
<style>
a { background-color: #04AB1C; }
a { background-color: rgb(4,171,28); }
div.DivClassName
{
background-color: #04AB1C;
}
.BgClassName
{
background-color: #04AB1C;
}
</style>
border-color css
<style>
span { border-color: #04AB1C; }
span { border-color: rgb(4,171,28); }
td.TdClassName
{
border-color: #04AB1C;
}
.TagClassName
{
border-color: #04AB1C;
}
</style>