#A1D57A

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

Shades of Feijoa #A1D57A

Tints of Feijoa #A1D57A

Color information

#A1D57A (or 0xA1D57A) is unknown color: approx Feijoa. HEX triplet: A1, D5 and 7A. RGB value is (161,213,122). Sum of RGB (Red+Green+Blue) = 161+213+122=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D57A is #5E2A85. Grayscale: #BBBBBB. Windows color (decimal): -6171270 or 8050081. OLE color: 8050081.

HSL color Cylindrical-coordinate representation of color #A1D57A: hue angle of 94.29º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1D57A is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB161213122-
CMYK0.2400.430.16
HSL94.29º52%65.69%-
HSV(B)94.29º42.72%83.53%-
XYZ42.0156.5727.12-
YUV187.0891.27109.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 122 (48.05% from 255) = 24.60%
R=32.46%
G=42.94%
B=24.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131220.2400.430.1694.295265.69
HexA1D57A1802B105e3442
Octal241325172300532013664102
Binary101000011101010111110101100001010111000010111101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D57A; }

 p { color: rgb(161,213,122); }

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

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

 a { background-color: rgb(161,213,122); }

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

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

 span { border-color: rgb(161,213,122); }

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