#A5E18A

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

Shades of Feijoa #A5E18A

Tints of Feijoa #A5E18A

Color information

#A5E18A (or 0xA5E18A) is unknown color: approx Feijoa. HEX triplet: A5, E1 and 8A. RGB value is (165,225,138). Sum of RGB (Red+Green+Blue) = 165+225+138=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18A is #5A1E75. Grayscale: #C5C5C5. Windows color (decimal): -5906038 or 9101733. OLE color: 9101733.

HSL color Cylindrical-coordinate representation of color #A5E18A: hue angle of 101.38º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5E18A is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB165225138-
CMYK0.2700.390.12
HSL101.38º59.18%71.18%-
HSV(B)101.38º38.67%88.24%-
XYZ47.0363.6833.86-
YUV197.1494.62105.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 225 (88.28% from 255) = 42.61%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=31.25%
G=42.61%
B=26.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251380.2700.390.12101.3859.1871.18
HexA5E18A1B027C653b47
Octal245341212330471414573107
Binary101001011110000110001010110110100111110011001011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E18A; }

 p { color: rgb(165,225,138); }

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

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

 a { background-color: rgb(165,225,138); }

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

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

 span { border-color: rgb(165,225,138); }

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