#04A502

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

Shades of Islamic Green #04A502

Tints of Islamic Green #04A502

Color information

#04A502 (or 0x04A502) is unknown color: approx Islamic Green. HEX triplet: 04, A5 and 02. RGB value is (4,165,2). Sum of RGB (Red+Green+Blue) = 4+165+2=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 165 (64.84% from 255 or 96.49% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 165 - color contains mainly: green. Hex color #04A502 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A502 is #FB5AFD. Grayscale: #626262. Windows color (decimal): -16472830 or 173316. OLE color: 173316.

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

Color convert

RGB41652-
CMYK0.9800.990.35
HSL119.26º97.6%32.75%-
HSV(B)119.26º98.79%64.71%-
XYZ13.5226.944.55-
YUV98.2873.6660.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 165 (64.84% from 255) = 96.49%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=2.34%
G=96.49%
B=1.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal416520.9800.990.35119.2697.632.75
Hex4A526206323776221
Octal4245214201434316714241
Binary100101001011011000100110001110001111101111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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