#A8FF71

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

Shades of Feijoa #A8FF71

Tints of Feijoa #A8FF71

Color information

#A8FF71 (or 0xA8FF71) is unknown color: approx Feijoa. HEX triplet: A8, FF and 71. RGB value is (168,255,113). Sum of RGB (Red+Green+Blue) = 168+255+113=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF71 is #57008E. Grayscale: #D5D5D5. Windows color (decimal): -5701775 or 7471016. OLE color: 7471016.

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

Color convert

RGB168255113-
CMYK0.3400.560
HSL96.76º100%72.16%-
HSV(B)96.76º55.69%100%-
XYZ54.8981.0428.37-
YUV212.871.6896.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.34%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=31.34%
G=47.57%
B=21.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1682551130.3400.56096.7610072.16
HexA8FF71220380616448
Octal250377161420700141144110
Binary1010100011111111111000110001001110000110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FF71; }

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

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

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

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

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

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

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

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