Shades of Islamic Green #04A11C
Tints of Islamic Green #04A11C
RGB
CMYK
RGB Variations
Color information
#04A11C (or 0x04A11C) is known color: Islamic Green. HEX triplet: 04, A1 and 1C. RGB value is (4,161,28). Sum of RGB (Red+Green+Blue) = 4+161+28=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 161 (63.28% from 255 or 83.42% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 161 - color contains mainly: green. Hex color #04A11C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A11C is #FB5EE3. Grayscale: #636363. Windows color (decimal): -16473828 or 1876228. OLE color: 1876228.
HSL color Cylindrical-coordinate representation of color #04A11C: hue angle of 129.17º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A11C is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 161 | 28 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.37 |
| HSL | 129.17º | 0.95% | 0.32% | - |
| HSV(B) | 129.17º | 0.98% | 0.63% | - |
| XYZ | 13 | 25.6 | 5.35 | - |
| YUV | 98.9 | 87.99 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 28 | 0.98 | 0 | 0.83 | 0.37 | 129.17 | 0.95 | 0.32 |
| Hex | 4 | A1 | 1C | 62 | 0 | 53 | 25 | 81 | 5F | 20 |
| Octal | 4 | 241 | 34 | 142 | 0 | 123 | 45 | 201 | 137 | 40 |
| Binary | 100 | 10100001 | 11100 | 1100010 | 0 | 1010011 | 100101 | 10000001 | 1011111 | 100000 |
Color Harmonies of #04A11C
Complementary color
Monochromatic Colors of #04A11C
Black with #04A11C
Text Example
Text Example
White with #04A11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A11C; }
p { color: rgb(4,161,28); }
H1.HeaderClassName
{
color: #04A11C;
}
.AnyTagClassName
{
color: #04A11C;
}
</style>
background-color css
<style>
a { background-color: #04A11C; }
a { background-color: rgb(4,161,28); }
div.DivClassName
{
background-color: #04A11C;
}
.BgClassName
{
background-color: #04A11C;
}
</style>
border-color css
<style>
span { border-color: #04A11C; }
span { border-color: rgb(4,161,28); }
td.TdClassName
{
border-color: #04A11C;
}
.TagClassName
{
border-color: #04A11C;
}
</style>