#A2E880

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

Shades of Feijoa #A2E880

Tints of Feijoa #A2E880

Color information

#A2E880 (or 0xA2E880) is unknown color: approx Feijoa. HEX triplet: A2, E8 and 80. RGB value is (162,232,128). Sum of RGB (Red+Green+Blue) = 162+232+128=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E880 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E880 is #5D177F. Grayscale: #C7C7C7. Windows color (decimal): -6100864 or 8448162. OLE color: 8448162.

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

Color convert

RGB162232128-
CMYK0.3000.450.09
HSL100.38º69.33%70.59%-
HSV(B)100.38º44.83%90.98%-
XYZ47.6566.9530.83-
YUV199.2187.81101.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 232 (91.02% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=31.03%
G=44.44%
B=24.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622321280.3000.450.09100.3869.3370.59
HexA2E8801E02D9644547
Octal2423502003605511144105107
Binary1010001011101000100000001111001011011001110010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E880; }

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

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

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

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

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

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

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

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