#A1E177

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

Shades of Feijoa #A1E177

Tints of Feijoa #A1E177

Color information

#A1E177 (or 0xA1E177) is unknown color: approx Feijoa. HEX triplet: A1, E1 and 77. RGB value is (161,225,119). Sum of RGB (Red+Green+Blue) = 161+225+119=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E177 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E177 is #5E1E88. Grayscale: #C2C2C2. Windows color (decimal): -6168201 or 7856545. OLE color: 7856545.

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

Color convert

RGB161225119-
CMYK0.2800.470.12
HSL96.23º63.86%67.45%-
HSV(B)96.23º47.11%88.24%-
XYZ44.9562.7627.2-
YUV193.7885.8104.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=31.88%
G=44.55%
B=23.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251190.2800.470.1296.2363.8667.45
HexA1E1771C02FC604043
Octal2413411673405714140100103
Binary101000011110000111101111110001011111100110000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E177; }

 p { color: rgb(161,225,119); }

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

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

 a { background-color: rgb(161,225,119); }

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

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

 span { border-color: rgb(161,225,119); }

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