#A2E081

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

Shades of Feijoa #A2E081

Tints of Feijoa #A2E081

Color information

#A2E081 (or 0xA2E081) is unknown color: approx Feijoa. HEX triplet: A2, E0 and 81. RGB value is (162,224,129). Sum of RGB (Red+Green+Blue) = 162+224+129=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E081 is #5D1F7E. Grayscale: #C2C2C2. Windows color (decimal): -6102911 or 8511650. OLE color: 8511650.

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

Color convert

RGB162224129-
CMYK0.2800.420.12
HSL99.16º60.51%69.22%-
HSV(B)99.16º42.41%87.84%-
XYZ45.5262.5830.45-
YUV194.6390.96104.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 224 (87.89% from 255) = 43.50%
BLUE value IS 129 (50.78% from 255) = 25.05%
R=31.46%
G=43.50%
B=25.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241290.2800.420.1299.1660.5169.22
HexA2E0811C02AC633d45
Octal242340201340521414375105
Binary101000101110000010000001111000101010110011000111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E081; }

 p { color: rgb(162,224,129); }

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

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

 a { background-color: rgb(162,224,129); }

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

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

 span { border-color: rgb(162,224,129); }

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