#A1E77D

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

Shades of Feijoa #A1E77D

Tints of Feijoa #A1E77D

Color information

#A1E77D (or 0xA1E77D) is unknown color: approx Feijoa. HEX triplet: A1, E7 and 7D. RGB value is (161,231,125). Sum of RGB (Red+Green+Blue) = 161+231+125=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E77D is #5E1882. Grayscale: #C6C6C6. Windows color (decimal): -6166659 or 8251297. OLE color: 8251297.

HSL color Cylindrical-coordinate representation of color #A1E77D: hue angle of 99.62º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1E77D is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB161231125-
CMYK0.3000.460.09
HSL99.62º68.83%69.8%-
HSV(B)99.62º45.89%90.59%-
XYZ46.9866.2129.71-
YUV197.9986.81101.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 231 (90.62% from 255) = 44.68%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=31.14%
G=44.68%
B=24.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311250.3000.460.0999.6268.8369.8
HexA1E77D1E02E9644546
Octal2413471753605611144105106
Binary101000011110011111111011111001011101001110010010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E77D; }

 p { color: rgb(161,231,125); }

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

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

 a { background-color: rgb(161,231,125); }

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

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

 span { border-color: rgb(161,231,125); }

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