#A1D97C

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

Shades of Feijoa #A1D97C

Tints of Feijoa #A1D97C

Color information

#A1D97C (or 0xA1D97C) is unknown color: approx Feijoa. HEX triplet: A1, D9 and 7C. RGB value is (161,217,124). Sum of RGB (Red+Green+Blue) = 161+217+124=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D97C is #5E2683. Grayscale: #BDBDBD. Windows color (decimal): -6170244 or 8182177. OLE color: 8182177.

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

Color convert

RGB161217124-
CMYK0.2600.430.15
HSL96.13º55.03%66.86%-
HSV(B)96.13º42.86%85.1%-
XYZ43.1558.6628.12-
YUV189.6590.95107.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=32.07%
G=43.23%
B=24.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171240.2600.430.1596.1355.0366.86
HexA1D97C1A02BF603743
Octal241331174320531714067103
Binary10100001110110011111100110100101011111111000001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D97C; }

 p { color: rgb(161,217,124); }

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

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

 a { background-color: rgb(161,217,124); }

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

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

 span { border-color: rgb(161,217,124); }

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