Shades of Islamic Green #04A40A
Tints of Islamic Green #04A40A
RGB
CMYK
RGB Variations
Color information
#04A40A (or 0x04A40A) is known color: Islamic Green. HEX triplet: 04, A4 and 0A. RGB value is (4,164,10). Sum of RGB (Red+Green+Blue) = 4+164+10=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 164 (64.45% from 255 or 92.13% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 164 - color contains mainly: green. Hex color #04A40A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A40A is #FB5BF5. Grayscale: #636363. Windows color (decimal): -16473078 or 697348. OLE color: 697348.
HSL color Cylindrical-coordinate representation of color #04A40A: hue angle of 122.25º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A40A is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 164 | 10 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.36 |
| HSL | 122.25º | 0.95% | 0.33% | - |
| HSV(B) | 122.25º | 0.98% | 0.64% | - |
| XYZ | 13.38 | 26.6 | 4.72 | - |
| YUV | 98.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 164 | 10 | 0.98 | 0 | 0.94 | 0.36 | 122.25 | 0.95 | 0.33 |
| Hex | 4 | A4 | A | 62 | 0 | 5E | 24 | 7A | 5F | 21 |
| Octal | 4 | 244 | 12 | 142 | 0 | 136 | 44 | 172 | 137 | 41 |
| Binary | 100 | 10100100 | 1010 | 1100010 | 0 | 1011110 | 100100 | 1111010 | 1011111 | 100001 |
Color Harmonies of #04A40A
Complementary color
Monochromatic Colors of #04A40A
Black with #04A40A
Text Example
Text Example
White with #04A40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A40A; }
p { color: rgb(4,164,10); }
H1.HeaderClassName
{
color: #04A40A;
}
.AnyTagClassName
{
color: #04A40A;
}
</style>
background-color css
<style>
a { background-color: #04A40A; }
a { background-color: rgb(4,164,10); }
div.DivClassName
{
background-color: #04A40A;
}
.BgClassName
{
background-color: #04A40A;
}
</style>
border-color css
<style>
span { border-color: #04A40A; }
span { border-color: rgb(4,164,10); }
td.TdClassName
{
border-color: #04A40A;
}
.TagClassName
{
border-color: #04A40A;
}
</style>