#A4E680

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

Shades of Feijoa #A4E680

Tints of Feijoa #A4E680

Color information

#A4E680 (or 0xA4E680) is unknown color: approx Feijoa. HEX triplet: A4, E6 and 80. RGB value is (164,230,128). Sum of RGB (Red+Green+Blue) = 164+230+128=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 230 (90.23% from 255 or 44.06% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E680 is #5B197F. Grayscale: #C6C6C6. Windows color (decimal): -5970304 or 8447652. OLE color: 8447652.

HSL color Cylindrical-coordinate representation of color #A4E680: hue angle of 98.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A4E680 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB164230128-
CMYK0.2900.440.10
HSL98.82º67.11%70.2%-
HSV(B)98.82º44.35%90.2%-
XYZ47.566.0430.67-
YUV198.6488.13103.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 230 (90.23% from 255) = 44.06%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=31.42%
G=44.06%
B=24.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642301280.2900.440.1098.8267.1170.2
HexA4E6801D02CA634346
Octal2443462003505412143103106
Binary1010010011100110100000001110101011001010110001110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E680; }

 p { color: rgb(164,230,128); }

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

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

 a { background-color: rgb(164,230,128); }

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

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

 span { border-color: rgb(164,230,128); }

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