#A5F477

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

Shades of Feijoa #A5F477

Tints of Feijoa #A5F477

Color information

#A5F477 (or 0xA5F477) is unknown color: approx Feijoa. HEX triplet: A5, F4 and 77. RGB value is (165,244,119). Sum of RGB (Red+Green+Blue) = 165+244+119=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F477 is #5A0B88. Grayscale: #CECECE. Windows color (decimal): -5901193 or 7861413. OLE color: 7861413.

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

Color convert

RGB165244119-
CMYK0.3200.510.04
HSL97.92º85.03%71.18%-
HSV(B)97.92º51.23%95.69%-
XYZ51.274.0329.04-
YUV206.1378.8398.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 244 (95.70% from 255) = 46.21%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=31.25%
G=46.21%
B=22.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652441190.3200.510.0497.9285.0371.18
HexA5F477200334625547
Octal245364167400634142125107
Binary101001011111010011101111000000110011100110001010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F477; }

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

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

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

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

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

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

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

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