Shades of Islamic Green #04A003
Tints of Islamic Green #04A003
RGB
CMYK
RGB Variations
Color information
#04A003 (or 0x04A003) is known color: Islamic Green. HEX triplet: 04, A0 and 03. RGB value is (4,160,3). Sum of RGB (Red+Green+Blue) = 4+160+3=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 160 (62.89% from 255 or 95.81% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 160 - color contains mainly: green. Hex color #04A003 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A003 is #FB5FFC. Grayscale: #5F5F5F. Windows color (decimal): -16474109 or 237572. OLE color: 237572.
HSL color Cylindrical-coordinate representation of color #04A003: hue angle of 119.62º degrees, saturation: 0.96, 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 #04A003 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 3 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.37 |
| HSL | 119.62º | 0.96% | 0.32% | - |
| HSV(B) | 119.62º | 0.98% | 0.63% | - |
| XYZ | 12.64 | 25.17 | 4.28 | - |
| YUV | 95.46 | 75.82 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 3 | 0.98 | 0 | 0.98 | 0.37 | 119.62 | 0.96 | 0.32 |
| Hex | 4 | A0 | 3 | 62 | 0 | 62 | 25 | 78 | 60 | 20 |
| Octal | 4 | 240 | 3 | 142 | 0 | 142 | 45 | 170 | 140 | 40 |
| Binary | 100 | 10100000 | 11 | 1100010 | 0 | 1100010 | 100101 | 1111000 | 1100000 | 100000 |
Color Harmonies of #04A003
Complementary color
Monochromatic Colors of #04A003
Black with #04A003
Text Example
Text Example
White with #04A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A003; }
p { color: rgb(4,160,3); }
H1.HeaderClassName
{
color: #04A003;
}
.AnyTagClassName
{
color: #04A003;
}
</style>
background-color css
<style>
a { background-color: #04A003; }
a { background-color: rgb(4,160,3); }
div.DivClassName
{
background-color: #04A003;
}
.BgClassName
{
background-color: #04A003;
}
</style>
border-color css
<style>
span { border-color: #04A003; }
span { border-color: rgb(4,160,3); }
td.TdClassName
{
border-color: #04A003;
}
.TagClassName
{
border-color: #04A003;
}
</style>