#A5E18D

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

Shades of Feijoa #A5E18D

Tints of Feijoa #A5E18D

Color information

#A5E18D (or 0xA5E18D) is unknown color: approx Feijoa. HEX triplet: A5, E1 and 8D. RGB value is (165,225,141). Sum of RGB (Red+Green+Blue) = 165+225+141=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18D is #5A1E72. Grayscale: #C5C5C5. Windows color (decimal): -5906035 or 9298341. OLE color: 9298341.

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

Color convert

RGB165225141-
CMYK0.2700.370.12
HSL102.86º58.33%71.76%-
HSV(B)102.86º37.33%88.24%-
XYZ47.2563.7735.02-
YUV197.4896.12104.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=31.07%
G=42.37%
B=26.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1652251410.2700.370.12102.8658.3371.76
HexA5E18D1B025C673a48
Octal245341215330451414772110
Binary101001011110000110001101110110100101110011001111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E18D; }

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

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

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

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

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

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

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

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