#A5FE77

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

Shades of Feijoa #A5FE77

Tints of Feijoa #A5FE77

Color information

#A5FE77 (or 0xA5FE77) is unknown color: approx Feijoa. HEX triplet: A5, FE and 77. RGB value is (165,254,119). Sum of RGB (Red+Green+Blue) = 165+254+119=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE77 is #5A0188. Grayscale: #D4D4D4. Windows color (decimal): -5898633 or 7863973. OLE color: 7863973.

HSL color Cylindrical-coordinate representation of color #A5FE77: hue angle of 99.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5FE77 is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB165254119-
CMYK0.3500.530.00
HSL99.56º98.54%73.14%-
HSV(B)99.56º53.15%99.61%-
XYZ54.2980.2130.07-
YUV21275.5194.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.67%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 119 (46.88% from 255) = 22.12%
R=30.67%
G=47.21%
B=22.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652541190.3500.530.0099.5698.5473.14
HexA5FE77230350646349
Octal245376167430650144143111
Binary1010010111111110111011110001101101010110010011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FE77; }

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

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

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

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

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

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

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

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