#A1D87F

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

Shades of Feijoa #A1D87F

Tints of Feijoa #A1D87F

Color information

#A1D87F (or 0xA1D87F) is unknown color: approx Feijoa. HEX triplet: A1, D8 and 7F. RGB value is (161,216,127). Sum of RGB (Red+Green+Blue) = 161+216+127=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D87F is #5E2780. Grayscale: #BDBDBD. Windows color (decimal): -6170497 or 8378529. OLE color: 8378529.

HSL color Cylindrical-coordinate representation of color #A1D87F: hue angle of 97.08º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1D87F is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB161216127-
CMYK0.2500.410.15
HSL97.08º53.29%67.25%-
HSV(B)97.08º41.2%84.71%-
XYZ43.0858.2229.05-
YUV189.4192.78107.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 216 (84.77% from 255) = 42.86%
BLUE value IS 127 (50% from 255) = 25.20%
R=31.94%
G=42.86%
B=25.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161270.2500.410.1597.0853.2967.25
HexA1D87F19029F613543
Octal241330177310511714165103
Binary10100001110110001111111110010101001111111000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D87F; }

 p { color: rgb(161,216,127); }

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

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

 a { background-color: rgb(161,216,127); }

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

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

 span { border-color: rgb(161,216,127); }

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