#A3E180

Color #A3E180 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A3E180

Tints of Feijoa #A3E180

Color information

#A3E180 (or 0xA3E180) is unknown color: approx Feijoa. HEX triplet: A3, E1 and 80. RGB value is (163,225,128). Sum of RGB (Red+Green+Blue) = 163+225+128=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E180 is #5C1E7F. Grayscale: #C3C3C3. Windows color (decimal): -6037120 or 8446371. OLE color: 8446371.

HSL color Cylindrical-coordinate representation of color #A3E180: hue angle of 98.35º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A3E180 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB163225128-
CMYK0.2800.430.12
HSL98.35º61.78%69.22%-
HSV(B)98.35º43.11%88.24%-
XYZ45.9363.230.2-
YUV195.489.96104.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.59%
GREEN value IS 225 (88.28% from 255) = 43.60%
BLUE value IS 128 (50.39% from 255) = 24.81%
R=31.59%
G=43.60%
B=24.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632251280.2800.430.1298.3561.7869.22
HexA3E1801C02BC623e45
Octal243341200340531414276105
Binary101000111110000110000000111000101011110011000101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E180; }

 p { color: rgb(163,225,128); }

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

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

 a { background-color: rgb(163,225,128); }

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

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

 span { border-color: rgb(163,225,128); }

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