#A8F771

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

Shades of Feijoa #A8F771

Tints of Feijoa #A8F771

Color information

#A8F771 (or 0xA8F771) is unknown color: approx Feijoa. HEX triplet: A8, F7 and 71. RGB value is (168,247,113). Sum of RGB (Red+Green+Blue) = 168+247+113=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F771 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F771 is #57088E. Grayscale: #D0D0D0. Windows color (decimal): -5703823 or 7468968. OLE color: 7468968.

HSL color Cylindrical-coordinate representation of color #A8F771: hue angle of 95.37º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F771 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB168247113-
CMYK0.3200.540.03
HSL95.37º89.33%70.59%-
HSV(B)95.37º54.25%96.86%-
XYZ52.3976.0427.54-
YUV208.174.3399.4-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.82%
GREEN value IS 247 (96.88% from 255) = 46.78%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=31.82%
G=46.78%
B=21.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1682471130.3200.540.0395.3789.3370.59
HexA8F7712003635f5947
Octal250367161400663137131107
Binary10101000111101111110001100000011011011101111110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F771; }

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

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

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

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

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

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

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

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