#A1D971

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

Shades of Feijoa #A1D971

Tints of Feijoa #A1D971

Color information

#A1D971 (or 0xA1D971) is unknown color: approx Feijoa. HEX triplet: A1, D9 and 71. RGB value is (161,217,113). Sum of RGB (Red+Green+Blue) = 161+217+113=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D971 is #5E268E. Grayscale: #BCBCBC. Windows color (decimal): -6170255 or 7461281. OLE color: 7461281.

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

Color convert

RGB161217113-
CMYK0.2600.480.15
HSL92.31º57.78%64.71%-
HSV(B)92.31º47.93%85.1%-
XYZ42.4958.424.65-
YUV188.485.45108.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 217 (85.16% from 255) = 44.20%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=32.79%
G=44.20%
B=23.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612171130.2600.480.1592.3157.7864.71
HexA1D9711A030F5c3a41
Octal241331161320601713472101
Binary10100001110110011110001110100110000111110111001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D971; }

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

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

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

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

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

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

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

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