#A5DA8A

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

Shades of Feijoa #A5DA8A

Tints of Feijoa #A5DA8A

Color information

#A5DA8A (or 0xA5DA8A) is unknown color: approx Feijoa. HEX triplet: A5, DA and 8A. RGB value is (165,218,138). Sum of RGB (Red+Green+Blue) = 165+218+138=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #A5DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DA8A is #5A2575. Grayscale: #C1C1C1. Windows color (decimal): -5907830 or 9099941. OLE color: 9099941.

HSL color Cylindrical-coordinate representation of color #A5DA8A: hue angle of 99.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A5DA8A is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB165218138-
CMYK0.2400.370.15
HSL99.75º51.95%69.8%-
HSV(B)99.75º36.7%85.49%-
XYZ45.1859.9833.24-
YUV193.0396.94108-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 218 (85.55% from 255) = 41.84%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=31.67%
G=41.84%
B=26.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652181380.2400.370.1599.7551.9569.8
HexA5DA8A18025F643446
Octal245332212300451714464106
Binary101001011101101010001010110000100101111111001001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DA8A; }

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

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

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

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

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

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

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

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