#A5ED76

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

Shades of Feijoa #A5ED76

Tints of Feijoa #A5ED76

Color information

#A5ED76 (or 0xA5ED76) is unknown color: approx Feijoa. HEX triplet: A5, ED and 76. RGB value is (165,237,118). Sum of RGB (Red+Green+Blue) = 165+237+118=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 118 (46.48% from 255 or 22.69% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED76 is #5A1289. Grayscale: #CACACA. Windows color (decimal): -5902986 or 7794085. OLE color: 7794085.

HSL color Cylindrical-coordinate representation of color #A5ED76: hue angle of 96.3º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5ED76 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB165237118-
CMYK0.3000.500.07
HSL96.3º76.77%69.61%-
HSV(B)96.3º50.21%92.94%-
XYZ49.0769.8828.04-
YUV201.9180.65101.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 237 (92.97% from 255) = 45.58%
BLUE value IS 118 (46.48% from 255) = 22.69%
R=31.73%
G=45.58%
B=22.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652371180.3000.500.0796.376.7769.61
HexA5ED761E0327604d46
Octal245355166360627140115106
Binary10100101111011011110110111100110010111110000010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED76; }

 p { color: rgb(165,237,118); }

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

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

 a { background-color: rgb(165,237,118); }

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

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

 span { border-color: rgb(165,237,118); }

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