#A0E980

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

Shades of Feijoa #A0E980

Tints of Feijoa #A0E980

Color information

#A0E980 (or 0xA0E980) is unknown color: approx Feijoa. HEX triplet: A0, E9 and 80. RGB value is (160,233,128). Sum of RGB (Red+Green+Blue) = 160+233+128=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E980 is #5F167F. Grayscale: #C7C7C7. Windows color (decimal): -6231680 or 8448416. OLE color: 8448416.

HSL color Cylindrical-coordinate representation of color #A0E980: hue angle of 101.71º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0E980 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB160233128-
CMYK0.3100.450.09
HSL101.71º70.47%70.78%-
HSV(B)101.71º45.06%91.37%-
XYZ47.5367.3130.91-
YUV199.287.82100.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 128 (50.39% from 255) = 24.57%
R=30.71%
G=44.72%
B=24.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602331280.3100.450.09101.7170.4770.78
HexA0E9801F02D9664647
Octal2403512003705511146106107
Binary1010000011101001100000001111101011011001110011010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E980; }

 p { color: rgb(160,233,128); }

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

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

 a { background-color: rgb(160,233,128); }

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

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

 span { border-color: rgb(160,233,128); }

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