#A1E876

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

Shades of Feijoa #A1E876

Tints of Feijoa #A1E876

Color information

#A1E876 (or 0xA1E876) is unknown color: approx Feijoa. HEX triplet: A1, E8 and 76. RGB value is (161,232,118). Sum of RGB (Red+Green+Blue) = 161+232+118=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E876 is #5E1789. Grayscale: #C6C6C6. Windows color (decimal): -6166410 or 7792801. OLE color: 7792801.

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

Color convert

RGB161232118-
CMYK0.3100.490.09
HSL97.37º71.25%68.63%-
HSV(B)97.37º49.14%90.98%-
XYZ46.8266.627.53-
YUV197.7782.98101.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 232 (91.02% from 255) = 45.40%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=31.51%
G=45.40%
B=23.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612321180.3100.490.0997.3771.2568.63
HexA1E8761F0319614745
Octal2413501663706111141107105
Binary101000011110100011101101111101100011001110000110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E876; }

 p { color: rgb(161,232,118); }

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

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

 a { background-color: rgb(161,232,118); }

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

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

 span { border-color: rgb(161,232,118); }

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