#04A518

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

Shades of Islamic Green #04A518

Tints of Islamic Green #04A518

Color information

#04A518 (or 0x04A518) is unknown color: approx Islamic Green. HEX triplet: 04, A5 and 18. RGB value is (4,165,24). Sum of RGB (Red+Green+Blue) = 4+165+24=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #04A518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A518 is #FB5AE7. Grayscale: #656565. Windows color (decimal): -16472808 or 1615108. OLE color: 1615108.

HSL color Cylindrical-coordinate representation of color #04A518: hue angle of 127.45º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A518 is Cyan = 0.98, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB416524-
CMYK0.9800.850.35
HSL127.45º95.27%33.14%-
HSV(B)127.45º97.58%64.71%-
XYZ13.67275.36-
YUV100.7984.6658.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.07%
GREEN value IS 165 (64.84% from 255) = 85.49%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=2.07%
G=85.49%
B=12.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4165240.9800.850.35127.4595.2733.14
Hex4A51862055237f5f21
Octal42453014201254317713741
Binary100101001011100011000100101010110001111111111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,165,24); }

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

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

 a { background-color: rgb(4,165,24); }

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

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

 span { border-color: rgb(4,165,24); }

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