#04A115

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

Shades of Islamic Green #04A115

Tints of Islamic Green #04A115

Color information

#04A115 (or 0x04A115) is unknown color: approx Islamic Green. HEX triplet: 04, A1 and 15. RGB value is (4,161,21). Sum of RGB (Red+Green+Blue) = 4+161+21=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 161 (63.28% from 255 or 86.56% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 161 - color contains mainly: green. Hex color #04A115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A115 is #FB5EEA. Grayscale: #626262. Windows color (decimal): -16473835 or 1417476. OLE color: 1417476.

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

Color convert

RGB416121-
CMYK0.9800.870.37
HSL126.5º95.15%32.35%-
HSV(B)126.5º97.52%63.14%-
XYZ12.9325.574.96-
YUV98.184.4960.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.15%
GREEN value IS 161 (63.28% from 255) = 86.56%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=2.15%
G=86.56%
B=11.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal4161210.9800.870.37126.595.1532.35
Hex4A11562057257e5f20
Octal42412514201274517613740
Binary100101000011010111000100101011110010111111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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