#A1E082

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

Shades of Feijoa #A1E082

Tints of Feijoa #A1E082

Color information

#A1E082 (or 0xA1E082) is unknown color: approx Feijoa. HEX triplet: A1, E0 and 82. RGB value is (161,224,130). Sum of RGB (Red+Green+Blue) = 161+224+130=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E082 is #5E1F7D. Grayscale: #C2C2C2. Windows color (decimal): -6168446 or 8577185. OLE color: 8577185.

HSL color Cylindrical-coordinate representation of color #A1E082: hue angle of 100.21º degrees, saturation: 0.6, 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 #A1E082 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB161224130-
CMYK0.2800.420.12
HSL100.21º60.26%69.41%-
HSV(B)100.21º41.96%87.84%-
XYZ45.3862.530.79-
YUV194.4591.63104.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 224 (87.89% from 255) = 43.50%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=31.26%
G=43.50%
B=25.24%

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
Decimal1612241300.2800.420.12100.2160.2669.41
HexA1E0821C02AC643c45
Octal241340202340521414474105
Binary101000011110000010000010111000101010110011001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E082; }

 p { color: rgb(161,224,130); }

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

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

 a { background-color: rgb(161,224,130); }

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

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

 span { border-color: rgb(161,224,130); }

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