Shades of Islamic Green #04A21C
Tints of Islamic Green #04A21C
RGB
CMYK
RGB Variations
Color information
#04A21C (or 0x04A21C) is known color: Islamic Green. HEX triplet: 04, A2 and 1C. RGB value is (4,162,28). Sum of RGB (Red+Green+Blue) = 4+162+28=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 162 (63.67% from 255 or 83.51% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 162 - color contains mainly: green. Hex color #04A21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04A21C is #FB5DE3. Grayscale: #636363. Windows color (decimal): -16473572 or 1876484. OLE color: 1876484.
HSL color Cylindrical-coordinate representation of color #04A21C: hue angle of 129.11º 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 #04A21C is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 162 | 28 | - |
| CMYK | 0.98 | 0 | 0.83 | 0.36 |
| HSL | 129.11º | 0.95% | 0.33% | - |
| HSV(B) | 129.11º | 0.98% | 0.64% | - |
| XYZ | 13.18 | 25.95 | 5.41 | - |
| YUV | 99.48 | 87.65 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 162 | 28 | 0.98 | 0 | 0.83 | 0.36 | 129.11 | 0.95 | 0.33 |
| Hex | 4 | A2 | 1C | 62 | 0 | 53 | 24 | 81 | 5F | 21 |
| Octal | 4 | 242 | 34 | 142 | 0 | 123 | 44 | 201 | 137 | 41 |
| Binary | 100 | 10100010 | 11100 | 1100010 | 0 | 1010011 | 100100 | 10000001 | 1011111 | 100001 |
Color Harmonies of #04A21C
Complementary color
Monochromatic Colors of #04A21C
Black with #04A21C
Text Example
Text Example
White with #04A21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A21C; }
p { color: rgb(4,162,28); }
H1.HeaderClassName
{
color: #04A21C;
}
.AnyTagClassName
{
color: #04A21C;
}
</style>
background-color css
<style>
a { background-color: #04A21C; }
a { background-color: rgb(4,162,28); }
div.DivClassName
{
background-color: #04A21C;
}
.BgClassName
{
background-color: #04A21C;
}
</style>
border-color css
<style>
span { border-color: #04A21C; }
span { border-color: rgb(4,162,28); }
td.TdClassName
{
border-color: #04A21C;
}
.TagClassName
{
border-color: #04A21C;
}
</style>