#A8D971

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

Shades of Feijoa #A8D971

Tints of Feijoa #A8D971

Color information

#A8D971 (or 0xA8D971) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 71. RGB value is (168,217,113). Sum of RGB (Red+Green+Blue) = 168+217+113=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D971 is #57268E. Grayscale: #BEBEBE. Windows color (decimal): -5711503 or 7461288. OLE color: 7461288.

HSL color Cylindrical-coordinate representation of color #A8D971: hue angle of 88.27º 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 #A8D971 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB168217113-
CMYK0.2300.480.15
HSL88.27º57.78%64.71%-
HSV(B)88.27º47.93%85.1%-
XYZ43.9459.1424.72-
YUV190.4984.27111.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.73%
GREEN value IS 217 (85.16% from 255) = 43.57%
BLUE value IS 113 (44.53% from 255) = 22.69%
R=33.73%
G=43.57%
B=22.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171130.2300.480.1588.2757.7864.71
HexA8D97117030F583a41
Octal250331161270601713072101
Binary10101000110110011110001101110110000111110110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D971; }

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

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

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

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

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

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

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

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