#A5ED7E

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

Shades of Feijoa #A5ED7E

Tints of Feijoa #A5ED7E

Color information

#A5ED7E (or 0xA5ED7E) is unknown color: approx Feijoa. HEX triplet: A5, ED and 7E. RGB value is (165,237,126). Sum of RGB (Red+Green+Blue) = 165+237+126=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5ED7E is #5A1281. Grayscale: #CBCBCB. Windows color (decimal): -5902978 or 8318373. OLE color: 8318373.

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

Color convert

RGB165237126-
CMYK0.3000.470.07
HSL98.92º75.51%71.18%-
HSV(B)98.92º46.84%92.94%-
XYZ49.5770.0730.65-
YUV202.8284.65101.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 237 (92.97% from 255) = 44.89%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=31.25%
G=44.89%
B=23.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652371260.3000.470.0798.9275.5171.18
HexA5ED7E1E02F7634c47
Octal245355176360577143114107
Binary10100101111011011111110111100101111111110001110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ED7E; }

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

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

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

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

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

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

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

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