#A5E18C

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

Shades of Feijoa #A5E18C

Tints of Feijoa #A5E18C

Color information

#A5E18C (or 0xA5E18C) is unknown color: approx Feijoa. HEX triplet: A5, E1 and 8C. RGB value is (165,225,140). Sum of RGB (Red+Green+Blue) = 165+225+140=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18C is #5A1E73. Grayscale: #C5C5C5. Windows color (decimal): -5906036 or 9232805. OLE color: 9232805.

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

Color convert

RGB165225140-
CMYK0.2700.380.12
HSL102.35º58.62%71.57%-
HSV(B)102.35º37.78%88.24%-
XYZ47.1863.7434.63-
YUV197.3795.62104.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 225 (88.28% from 255) = 42.45%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=31.13%
G=42.45%
B=26.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251400.2700.380.12102.3558.6271.57
HexA5E18C1B026C663b48
Octal245341214330461414673110
Binary101001011110000110001100110110100110110011001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E18C; }

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

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

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

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

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

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

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

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