Shades of Islamic Green #04A105
Tints of Islamic Green #04A105
RGB
CMYK
RGB Variations
Color information
#04A105 (or 0x04A105) is known color: Islamic Green. HEX triplet: 04, A1 and 05. RGB value is (4,161,5). Sum of RGB (Red+Green+Blue) = 4+161+5=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 161 (63.28% from 255 or 94.71% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 161 - color contains mainly: green. Hex color #04A105 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A105 is #FB5EFA. Grayscale: #606060. Windows color (decimal): -16473851 or 368900. OLE color: 368900.
HSL color Cylindrical-coordinate representation of color #04A105: hue angle of 120.38º degrees, saturation: 0.95, 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 #04A105 is Cyan = 0.98, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 161 | 5 | - |
| CMYK | 0.98 | 0 | 0.97 | 0.37 |
| HSL | 120.38º | 0.95% | 0.32% | - |
| HSV(B) | 120.38º | 0.98% | 0.63% | - |
| XYZ | 12.82 | 25.53 | 4.39 | - |
| YUV | 96.27 | 76.49 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 5 | 0.98 | 0 | 0.97 | 0.37 | 120.38 | 0.95 | 0.32 |
| Hex | 4 | A1 | 5 | 62 | 0 | 61 | 25 | 78 | 5F | 20 |
| Octal | 4 | 241 | 5 | 142 | 0 | 141 | 45 | 170 | 137 | 40 |
| Binary | 100 | 10100001 | 101 | 1100010 | 0 | 1100001 | 100101 | 1111000 | 1011111 | 100000 |
Color Harmonies of #04A105
Complementary color
Monochromatic Colors of #04A105
Black with #04A105
Text Example
Text Example
White with #04A105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A105; }
p { color: rgb(4,161,5); }
H1.HeaderClassName
{
color: #04A105;
}
.AnyTagClassName
{
color: #04A105;
}
</style>
background-color css
<style>
a { background-color: #04A105; }
a { background-color: rgb(4,161,5); }
div.DivClassName
{
background-color: #04A105;
}
.BgClassName
{
background-color: #04A105;
}
</style>
border-color css
<style>
span { border-color: #04A105; }
span { border-color: rgb(4,161,5); }
td.TdClassName
{
border-color: #04A105;
}
.TagClassName
{
border-color: #04A105;
}
</style>