#A0EE80

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

Shades of Feijoa #A0EE80

Tints of Feijoa #A0EE80

Color information

#A0EE80 (or 0xA0EE80) is unknown color: approx Feijoa. HEX triplet: A0, EE and 80. RGB value is (160,238,128). Sum of RGB (Red+Green+Blue) = 160+238+128=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EE80 is #5F117F. Grayscale: #CACACA. Windows color (decimal): -6230400 or 8449696. OLE color: 8449696.

HSL color Cylindrical-coordinate representation of color #A0EE80: hue angle of 102.55º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0EE80 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB160238128-
CMYK0.3300.460.07
HSL102.55º76.39%71.76%-
HSV(B)102.55º46.22%93.33%-
XYZ48.9770.1831.39-
YUV202.1486.1697.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 238 (93.36% from 255) = 45.25%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=30.42%
G=45.25%
B=24.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602381280.3300.460.07102.5576.3971.76
HexA0EE802102E7674c48
Octal240356200410567147114110
Binary1010000011101110100000001000010101110111110011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EE80; }

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

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

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

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

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

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

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

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