#03A620

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

Shades of Islamic Green #03A620

Tints of Islamic Green #03A620

Color information

#03A620 (or 0x03A620) is unknown color: approx Islamic Green. HEX triplet: 03, A6 and 20. RGB value is (3,166,32). Sum of RGB (Red+Green+Blue) = 3+166+32=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 166 (65.23% from 255 or 82.59% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 166 - color contains mainly: green. Hex color #03A620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03A620 is #FC59DF. Grayscale: #666666. Windows color (decimal): -16538080 or 2139651. OLE color: 2139651.

HSL color Cylindrical-coordinate representation of color #03A620: hue angle of 130.67º degrees, saturation: 0.96, 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 #03A620 is Cyan = 0.98, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB316632-
CMYK0.9800.810.35
HSL130.67º96.45%33.14%-
HSV(B)130.67º98.19%65.1%-
XYZ13.9327.45.92-
YUV101.9988.557.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 166 (65.23% from 255) = 82.59%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=1.49%
G=82.59%
B=15.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3166320.9800.810.35130.6796.4533.14
Hex3A6206205123836021
Octal32464014201214320314041
Binary1110100110100000110001001010001100011100000111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,166,32); }

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

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

 a { background-color: rgb(3,166,32); }

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

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

 span { border-color: rgb(3,166,32); }

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