#A8FE71

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

Shades of Feijoa #A8FE71

Tints of Feijoa #A8FE71

Color information

#A8FE71 (or 0xA8FE71) is unknown color: approx Feijoa. HEX triplet: A8, FE and 71. RGB value is (168,254,113). Sum of RGB (Red+Green+Blue) = 168+254+113=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE71 is #57018E. Grayscale: #D4D4D4. Windows color (decimal): -5702031 or 7470760. OLE color: 7470760.

HSL color Cylindrical-coordinate representation of color #A8FE71: hue angle of 96.6º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8FE71 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB168254113-
CMYK0.3400.560.00
HSL96.6º98.6%71.96%-
HSV(B)96.6º55.51%99.61%-
XYZ54.5780.428.27-
YUV212.2172.0196.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.40%
GREEN value IS 254 (99.61% from 255) = 47.48%
BLUE value IS 113 (44.53% from 255) = 21.12%
R=31.40%
G=47.48%
B=21.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1682541130.3400.560.0096.698.671.96
HexA8FE71220380616348
Octal250376161420700141143110
Binary1010100011111110111000110001001110000110000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FE71; }

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

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

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

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

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

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

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

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