#A2E668

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

Shades of Feijoa #A2E668

Tints of Feijoa #A2E668

Color information

#A2E668 (or 0xA2E668) is unknown color: approx Feijoa. HEX triplet: A2, E6 and 68. RGB value is (162,230,104). Sum of RGB (Red+Green+Blue) = 162+230+104=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 104 (41.02% from 255 or 20.97% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E668 is #5D1997. Grayscale: #C3C3C3. Windows color (decimal): -6101400 or 6874786. OLE color: 6874786.

HSL color Cylindrical-coordinate representation of color #A2E668: hue angle of 92.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2E668 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB162230104-
CMYK0.3000.550.10
HSL92.38º71.59%65.49%-
HSV(B)92.38º54.78%90.2%-
XYZ45.765.2723.29-
YUV195.376.47104.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 230 (90.23% from 255) = 46.37%
BLUE value IS 104 (41.02% from 255) = 20.97%
R=32.66%
G=46.37%
B=20.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1622301040.3000.550.1092.3871.5965.49
HexA2E6681E037A5c4841
Octal2423461503606712134110101
Binary101000101110011011010001111001101111010101110010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E668; }

 p { color: rgb(162,230,104); }

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

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

 a { background-color: rgb(162,230,104); }

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

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

 span { border-color: rgb(162,230,104); }

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