#A2E180

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

Shades of Feijoa #A2E180

Tints of Feijoa #A2E180

Color information

#A2E180 (or 0xA2E180) is unknown color: approx Feijoa. HEX triplet: A2, E1 and 80. RGB value is (162,225,128). Sum of RGB (Red+Green+Blue) = 162+225+128=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E180 is #5D1E7F. Grayscale: #C3C3C3. Windows color (decimal): -6102656 or 8446370. OLE color: 8446370.

HSL color Cylindrical-coordinate representation of color #A2E180: hue angle of 98.97º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2E180 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB162225128-
CMYK0.2800.430.12
HSL98.97º61.78%69.22%-
HSV(B)98.97º43.11%88.24%-
XYZ45.7263.0930.19-
YUV195.190.13104.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 225 (88.28% from 255) = 43.69%
BLUE value IS 128 (50.39% from 255) = 24.85%
R=31.46%
G=43.69%
B=24.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622251280.2800.430.1298.9761.7869.22
HexA2E1801C02BC633e45
Octal242341200340531414376105
Binary101000101110000110000000111000101011110011000111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E180; }

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

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

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

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

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

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

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

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