#A5ED79

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

Shades of Feijoa #A5ED79

Tints of Feijoa #A5ED79

Color information

#A5ED79 (or 0xA5ED79) is unknown color: approx Feijoa. HEX triplet: A5, ED and 79. RGB value is (165,237,121). Sum of RGB (Red+Green+Blue) = 165+237+121=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED79 is #5A1286. Grayscale: #CACACA. Windows color (decimal): -5902983 or 7990693. OLE color: 7990693.

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

Color convert

RGB165237121-
CMYK0.3000.490.07
HSL97.24º76.32%70.2%-
HSV(B)97.24º48.95%92.94%-
XYZ49.2569.9528.99-
YUV202.2582.15101.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 237 (92.97% from 255) = 45.32%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=31.55%
G=45.32%
B=23.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652371210.3000.490.0797.2476.3270.2
HexA5ED791E0317614c46
Octal245355171360617141114106
Binary10100101111011011111001111100110001111110000110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED79; }

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

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

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

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

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

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

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

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