#A5D18A

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

Shades of Feijoa #A5D18A

Tints of Feijoa #A5D18A

Color information

#A5D18A (or 0xA5D18A) is unknown color: approx Feijoa. HEX triplet: A5, D1 and 8A. RGB value is (165,209,138). Sum of RGB (Red+Green+Blue) = 165+209+138=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D18A is #5A2E75. Grayscale: #BBBBBB. Windows color (decimal): -5910134 or 9097637. OLE color: 9097637.

HSL color Cylindrical-coordinate representation of color #A5D18A: hue angle of 97.18º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5D18A is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB165209138-
CMYK0.2100.340.18
HSL97.18º43.56%68.04%-
HSV(B)97.18º33.97%81.96%-
XYZ42.955.4432.48-
YUV187.7599.92111.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.23%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=32.23%
G=40.82%
B=26.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652091380.2100.340.1897.1843.5668.04
HexA5D18A1502212612c44
Octal245321212250422214154104
Binary1010010111010001100010101010101000101001011000011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D18A; }

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

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

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

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

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

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

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

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