#A5E56A

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

Shades of Feijoa #A5E56A

Tints of Feijoa #A5E56A

Color information

#A5E56A (or 0xA5E56A) is unknown color: approx Feijoa. HEX triplet: A5, E5 and 6A. RGB value is (165,229,106). Sum of RGB (Red+Green+Blue) = 165+229+106=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #A5E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E56A is #5A1A95. Grayscale: #C4C4C4. Windows color (decimal): -5905046 or 7005605. OLE color: 7005605.

HSL color Cylindrical-coordinate representation of color #A5E56A: hue angle of 91.22º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5E56A is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB165229106-
CMYK0.2800.540.10
HSL91.22º70.29%65.69%-
HSV(B)91.22º53.71%89.8%-
XYZ46.1465.0823.77-
YUV195.8477.3106-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=33%
G=45.8%
B=21.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1652291060.2800.540.1091.2270.2965.69
HexA5E56A1C036A5b4642
Octal2453451523406612133106102
Binary101001011110010111010101110001101101010101101110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E56A; }

 p { color: rgb(165,229,106); }

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

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

 a { background-color: rgb(165,229,106); }

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

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

 span { border-color: rgb(165,229,106); }

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