#A2E484

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

Shades of Feijoa #A2E484

Tints of Feijoa #A2E484

Color information

#A2E484 (or 0xA2E484) is unknown color: approx Feijoa. HEX triplet: A2, E4 and 84. RGB value is (162,228,132). Sum of RGB (Red+Green+Blue) = 162+228+132=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E484 is #5D1B7B. Grayscale: #C5C5C5. Windows color (decimal): -6101884 or 8709282. OLE color: 8709282.

HSL color Cylindrical-coordinate representation of color #A2E484: hue angle of 101.25º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2E484 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB162228132-
CMYK0.2900.420.11
HSL101.25º64%70.59%-
HSV(B)101.25º42.11%89.41%-
XYZ46.8164.8331.88-
YUV197.3291.13102.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 228 (89.45% from 255) = 43.68%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=31.03%
G=43.68%
B=25.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622281320.2900.420.11101.256470.59
HexA2E4841D02AB654047
Octal2423442043505213145100107
Binary1010001011100100100001001110101010101011110010110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E484; }

 p { color: rgb(162,228,132); }

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

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

 a { background-color: rgb(162,228,132); }

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

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

 span { border-color: rgb(162,228,132); }

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