#04A116

Color #04A116 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #04A116

Tints of Islamic Green #04A116

Color information

#04A116 (or 0x04A116) is unknown color: approx Islamic Green. HEX triplet: 04, A1 and 16. RGB value is (4,161,22). Sum of RGB (Red+Green+Blue) = 4+161+22=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 161 (63.28% from 255 or 86.10% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 161 - color contains mainly: green. Hex color #04A116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A116 is #FB5EE9. Grayscale: #626262. Windows color (decimal): -16473834 or 1483012. OLE color: 1483012.

HSL color Cylindrical-coordinate representation of color #04A116: hue angle of 126.88º 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 #04A116 is Cyan = 0.98, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB416122-
CMYK0.9800.860.37
HSL126.88º95.15%32.35%-
HSV(B)126.88º97.52%63.14%-
XYZ12.9425.575.01-
YUV98.2184.9960.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 161 (63.28% from 255) = 86.10%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=2.14%
G=86.10%
B=11.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4161220.9800.860.37126.8895.1532.35
Hex4A11662056257f5f20
Octal42412614201264517713740
Binary100101000011011011000100101011010010111111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A116; }

 p { color: rgb(4,161,22); }

 H1.HeaderClassName
 {
   color: #04A116;
 }
 .AnyTagClassName
 {
   color: #04A116;
 }
</style>
background-color css

<style>
 a { background-color: #04A116; }

 a { background-color: rgb(4,161,22); }

 div.DivClassName
 {
   background-color: #04A116;
 }
 .BgClassName
 {
   background-color: #04A116;
 }
</style>
border-color css

<style>
 span { border-color: #04A116; }

 span { border-color: rgb(4,161,22); }

 td.TdClassName
 {
   border-color: #04A116;
 }
 .TagClassName
 {
   border-color: #04A116;
 }
</style>