Shades of Islamic Green #04A321
Tints of Islamic Green #04A321
RGB
CMYK
RGB Variations
Color information
#04A321 (or 0x04A321) is known color: Islamic Green. HEX triplet: 04, A3 and 21. RGB value is (4,163,33). Sum of RGB (Red+Green+Blue) = 4+163+33=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 163 (64.06% from 255 or 81.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 163 - color contains mainly: green. Hex color #04A321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A321 is #FB5CDE. Grayscale: #656565. Windows color (decimal): -16473311 or 2204420. OLE color: 2204420.
HSL color Cylindrical-coordinate representation of color #04A321: hue angle of 130.94º 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 #04A321 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 33 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.36 |
| HSL | 130.94º | 0.95% | 0.33% | - |
| HSV(B) | 130.94º | 0.98% | 0.64% | - |
| XYZ | 13.42 | 26.33 | 5.81 | - |
| YUV | 100.64 | 89.82 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 33 | 0.98 | 0 | 0.80 | 0.36 | 130.94 | 0.95 | 0.33 |
| Hex | 4 | A3 | 21 | 62 | 0 | 50 | 24 | 83 | 5F | 21 |
| Octal | 4 | 243 | 41 | 142 | 0 | 120 | 44 | 203 | 137 | 41 |
| Binary | 100 | 10100011 | 100001 | 1100010 | 0 | 1010000 | 100100 | 10000011 | 1011111 | 100001 |
Color Harmonies of #04A321
Complementary color
Monochromatic Colors of #04A321
Black with #04A321
Text Example
Text Example
White with #04A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A321; }
p { color: rgb(4,163,33); }
H1.HeaderClassName
{
color: #04A321;
}
.AnyTagClassName
{
color: #04A321;
}
</style>
background-color css
<style>
a { background-color: #04A321; }
a { background-color: rgb(4,163,33); }
div.DivClassName
{
background-color: #04A321;
}
.BgClassName
{
background-color: #04A321;
}
</style>
border-color css
<style>
span { border-color: #04A321; }
span { border-color: rgb(4,163,33); }
td.TdClassName
{
border-color: #04A321;
}
.TagClassName
{
border-color: #04A321;
}
</style>