#A5FF71

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

Shades of Feijoa #A5FF71

Tints of Feijoa #A5FF71

Color information

#A5FF71 (or 0xA5FF71) is unknown color: approx Feijoa. HEX triplet: A5, FF and 71. RGB value is (165,255,113). Sum of RGB (Red+Green+Blue) = 165+255+113=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF71 is #5A008E. Grayscale: #D4D4D4. Windows color (decimal): -5898383 or 7471013. OLE color: 7471013.

HSL color Cylindrical-coordinate representation of color #A5FF71: hue angle of 98.03º 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 #A5FF71 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB165255113-
CMYK0.3500.560
HSL98.03º100%72.16%-
HSV(B)98.03º55.69%100%-
XYZ54.2680.7128.34-
YUV211.972.1894.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.96%
GREEN value IS 255 (100% from 255) = 47.84%
BLUE value IS 113 (44.53% from 255) = 21.20%
R=30.96%
G=47.84%
B=21.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652551130.3500.56098.0310072.16
HexA5FF71230380626448
Octal245377161430700142144110
Binary1010010111111111111000110001101110000110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FF71; }

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

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

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

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

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

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

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

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