#03A40F

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

Shades of Islamic Green #03A40F

Tints of Islamic Green #03A40F

Color information

#03A40F (or 0x03A40F) is unknown color: approx Islamic Green. HEX triplet: 03, A4 and 0F. RGB value is (3,164,15). Sum of RGB (Red+Green+Blue) = 3+164+15=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 164 (64.45% from 255 or 90.11% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 164 - color contains mainly: green. Hex color #03A40F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A40F is #FC5BF0. Grayscale: #636363. Windows color (decimal): -16538609 or 1025027. OLE color: 1025027.

HSL color Cylindrical-coordinate representation of color #03A40F: hue angle of 124.47º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A40F is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB316415-
CMYK0.9800.910.36
HSL124.47º96.41%32.75%-
HSV(B)124.47º98.17%64.31%-
XYZ13.426.64.88-
YUV98.8880.6659.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 164 (64.45% from 255) = 90.11%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=1.65%
G=90.11%
B=8.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3164150.9800.910.36124.4796.4132.75
Hex3A4F6205B247c6021
Octal32441714201334417414041
Binary1110100100111111000100101101110010011111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A40F; }

 p { color: rgb(3,164,15); }

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

<style>
 a { background-color: #03A40F; }

 a { background-color: rgb(3,164,15); }

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

<style>
 span { border-color: #03A40F; }

 span { border-color: rgb(3,164,15); }

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