#A5F77F

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

Shades of Feijoa #A5F77F

Tints of Feijoa #A5F77F

Color information

#A5F77F (or 0xA5F77F) is unknown color: approx Feijoa. HEX triplet: A5, F7 and 7F. RGB value is (165,247,127). Sum of RGB (Red+Green+Blue) = 165+247+127=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F77F is #5A0880. Grayscale: #D1D1D1. Windows color (decimal): -5900417 or 8386469. OLE color: 8386469.

HSL color Cylindrical-coordinate representation of color #A5F77F: hue angle of 101º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5F77F is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB165247127-
CMYK0.3300.490.03
HSL101º88.24%73.33%-
HSV(B)101º48.58%96.86%-
XYZ52.6176.0531.99-
YUV208.881.8396.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.61%
GREEN value IS 247 (96.88% from 255) = 45.83%
BLUE value IS 127 (50% from 255) = 23.56%
R=30.61%
G=45.83%
B=23.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652471270.3300.490.0310188.2473.33
HexA5F77F210313655849
Octal245367177410613145130111
Binary10100101111101111111111100001011000111110010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F77F; }

 p { color: rgb(165,247,127); }

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

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

 a { background-color: rgb(165,247,127); }

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

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

 span { border-color: rgb(165,247,127); }

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