Shades of Islamic Green #04A314
Tints of Islamic Green #04A314
RGB
CMYK
RGB Variations
Color information
#04A314 (or 0x04A314) is known color: Islamic Green. HEX triplet: 04, A3 and 14. RGB value is (4,163,20). Sum of RGB (Red+Green+Blue) = 4+163+20=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 163 (64.06% from 255 or 87.17% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 163 - color contains mainly: green. Hex color #04A314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A314 is #FB5CEB. Grayscale: #636363. Windows color (decimal): -16473324 or 1352452. OLE color: 1352452.
HSL color Cylindrical-coordinate representation of color #04A314: hue angle of 126.04º 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 #04A314 is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 163 | 20 | - |
| CMYK | 0.98 | 0 | 0.88 | 0.36 |
| HSL | 126.04º | 0.95% | 0.33% | - |
| HSV(B) | 126.04º | 0.98% | 0.64% | - |
| XYZ | 13.27 | 26.27 | 5.03 | - |
| YUV | 99.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 163 | 20 | 0.98 | 0 | 0.88 | 0.36 | 126.04 | 0.95 | 0.33 |
| Hex | 4 | A3 | 14 | 62 | 0 | 58 | 24 | 7E | 5F | 21 |
| Octal | 4 | 243 | 24 | 142 | 0 | 130 | 44 | 176 | 137 | 41 |
| Binary | 100 | 10100011 | 10100 | 1100010 | 0 | 1011000 | 100100 | 1111110 | 1011111 | 100001 |
Color Harmonies of #04A314
Complementary color
Monochromatic Colors of #04A314
Black with #04A314
Text Example
Text Example
White with #04A314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A314; }
p { color: rgb(4,163,20); }
H1.HeaderClassName
{
color: #04A314;
}
.AnyTagClassName
{
color: #04A314;
}
</style>
background-color css
<style>
a { background-color: #04A314; }
a { background-color: rgb(4,163,20); }
div.DivClassName
{
background-color: #04A314;
}
.BgClassName
{
background-color: #04A314;
}
</style>
border-color css
<style>
span { border-color: #04A314; }
span { border-color: rgb(4,163,20); }
td.TdClassName
{
border-color: #04A314;
}
.TagClassName
{
border-color: #04A314;
}
</style>