#A1DE84

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

Shades of Feijoa #A1DE84

Tints of Feijoa #A1DE84

Color information

#A1DE84 (or 0xA1DE84) is unknown color: approx Feijoa. HEX triplet: A1, DE and 84. RGB value is (161,222,132). Sum of RGB (Red+Green+Blue) = 161+222+132=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE84 is #5E217B. Grayscale: #C1C1C1. Windows color (decimal): -6168956 or 8707745. OLE color: 8707745.

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

Color convert

RGB161222132-
CMYK0.2700.410.13
HSL100.67º57.69%69.41%-
HSV(B)100.67º40.54%87.06%-
XYZ44.9861.4931.33-
YUV193.593.29104.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=31.26%
G=43.11%
B=25.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221320.2700.410.13100.6757.6969.41
HexA1DE841B029D653a45
Octal241336204330511514572105
Binary101000011101111010000100110110101001110111001011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE84; }

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

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

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

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

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

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

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

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