#A5F471

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

Shades of Feijoa #A5F471

Tints of Feijoa #A5F471

Color information

#A5F471 (or 0xA5F471) is unknown color: approx Feijoa. HEX triplet: A5, F4 and 71. RGB value is (165,244,113). Sum of RGB (Red+Green+Blue) = 165+244+113=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F471 is #5A0B8E. Grayscale: #CDCDCD. Windows color (decimal): -5901199 or 7468197. OLE color: 7468197.

HSL color Cylindrical-coordinate representation of color #A5F471: hue angle of 96.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5F471 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB165244113-
CMYK0.3200.540.04
HSL96.18º85.62%70%-
HSV(B)96.18º53.69%95.69%-
XYZ50.8573.8927.21-
YUV205.4475.8399.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 244 (95.70% from 255) = 46.74%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=31.61%
G=46.74%
B=21.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652441130.3200.540.0496.1885.6270
HexA5F471200364605646
Octal245364161400664140126106
Binary101001011111010011100011000000110110100110000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F471; }

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

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

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

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

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

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

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

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