#A2E882

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

Shades of Feijoa #A2E882

Tints of Feijoa #A2E882

Color information

#A2E882 (or 0xA2E882) is unknown color: approx Feijoa. HEX triplet: A2, E8 and 82. RGB value is (162,232,130). Sum of RGB (Red+Green+Blue) = 162+232+130=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E882 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E882 is #5D177D. Grayscale: #C7C7C7. Windows color (decimal): -6100862 or 8579234. OLE color: 8579234.

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

Color convert

RGB162232130-
CMYK0.3000.440.09
HSL101.18º68.92%70.98%-
HSV(B)101.18º43.97%90.98%-
XYZ47.7967.0131.53-
YUV199.4488.81101.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 232 (91.02% from 255) = 44.27%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=30.92%
G=44.27%
B=24.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622321300.3000.440.09101.1868.9270.98
HexA2E8821E02C9654547
Octal2423502023605411145105107
Binary1010001011101000100000101111001011001001110010110001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E882; }

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

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

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

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

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

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

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

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