#03A40E

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

Shades of Islamic Green #03A40E

Tints of Islamic Green #03A40E

Color information

#03A40E (or 0x03A40E) is unknown color: approx Islamic Green. HEX triplet: 03, A4 and 0E. RGB value is (3,164,14). Sum of RGB (Red+Green+Blue) = 3+164+14=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 164 (64.45% from 255 or 90.61% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 164 - color contains mainly: green. Hex color #03A40E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03A40E is #FC5BF1. Grayscale: #636363. Windows color (decimal): -16538610 or 959491. OLE color: 959491.

HSL color Cylindrical-coordinate representation of color #03A40E: hue angle of 124.1º 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 #03A40E is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB316414-
CMYK0.9800.910.36
HSL124.1º96.41%32.75%-
HSV(B)124.1º98.17%64.31%-
XYZ13.3926.64.84-
YUV98.7680.1659.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.66%
GREEN value IS 164 (64.45% from 255) = 90.61%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=1.66%
G=90.61%
B=7.73%

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
Decimal3164140.9800.910.36124.196.4132.75
Hex3A4E6205B247c6021
Octal32441614201334417414041
Binary1110100100111011000100101101110010011111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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