#A1DE87

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

Shades of Feijoa #A1DE87

Tints of Feijoa #A1DE87

Color information

#A1DE87 (or 0xA1DE87) is unknown color: approx Feijoa. HEX triplet: A1, DE and 87. RGB value is (161,222,135). Sum of RGB (Red+Green+Blue) = 161+222+135=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE87 is #5E2178. Grayscale: #C2C2C2. Windows color (decimal): -6168953 or 8904353. OLE color: 8904353.

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

Color convert

RGB161222135-
CMYK0.2700.390.13
HSL102.07º56.86%70%-
HSV(B)102.07º39.19%87.06%-
XYZ45.1961.5732.42-
YUV193.8494.79104.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 222 (87.11% from 255) = 42.86%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=31.08%
G=42.86%
B=26.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221350.2700.390.13102.0756.8670
HexA1DE871B027D663946
Octal241336207330471514671106
Binary101000011101111010000111110110100111110111001101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE87; }

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

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

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

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

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

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

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

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