#A8E880

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

Shades of Feijoa #A8E880

Tints of Feijoa #A8E880

Color information

#A8E880 (or 0xA8E880) is unknown color: approx Feijoa. HEX triplet: A8, E8 and 80. RGB value is (168,232,128). Sum of RGB (Red+Green+Blue) = 168+232+128=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E880 is #57177F. Grayscale: #C9C9C9. Windows color (decimal): -5707648 or 8448168. OLE color: 8448168.

HSL color Cylindrical-coordinate representation of color #A8E880: hue angle of 96.92º degrees, saturation: 0.69, 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 #A8E880 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB168232128-
CMYK0.2800.450.09
HSL96.92º69.33%70.59%-
HSV(B)96.92º44.83%90.98%-
XYZ48.967.630.89-
YUV201.0186.8104.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 232 (91.02% from 255) = 43.94%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=31.82%
G=43.94%
B=24.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1682321280.2800.450.0996.9269.3370.59
HexA8E8801C02D9614547
Octal2503502003405511141105107
Binary1010100011101000100000001110001011011001110000110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E880; }

 p { color: rgb(168,232,128); }

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

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

 a { background-color: rgb(168,232,128); }

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

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

 span { border-color: rgb(168,232,128); }

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