#A1DE81

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

Shades of Feijoa #A1DE81

Tints of Feijoa #A1DE81

Color information

#A1DE81 (or 0xA1DE81) is unknown color: approx Feijoa. HEX triplet: A1, DE and 81. RGB value is (161,222,129). Sum of RGB (Red+Green+Blue) = 161+222+129=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE81 is #5E217E. Grayscale: #C1C1C1. Windows color (decimal): -6168959 or 8511137. OLE color: 8511137.

HSL color Cylindrical-coordinate representation of color #A1DE81: hue angle of 99.35º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1DE81 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB161222129-
CMYK0.2700.420.13
HSL99.35º58.49%68.82%-
HSV(B)99.35º41.89%87.06%-
XYZ44.7861.430.26-
YUV193.1691.79105.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 222 (87.11% from 255) = 43.36%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=31.45%
G=43.36%
B=25.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221290.2700.420.1399.3558.4968.82
HexA1DE811B02AD633a45
Octal241336201330521514372105
Binary101000011101111010000001110110101010110111000111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE81; }

 p { color: rgb(161,222,129); }

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

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

 a { background-color: rgb(161,222,129); }

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

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

 span { border-color: rgb(161,222,129); }

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