#A5DC88

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

Shades of Feijoa #A5DC88

Tints of Feijoa #A5DC88

Color information

#A5DC88 (or 0xA5DC88) is unknown color: approx Feijoa. HEX triplet: A5, DC and 88. RGB value is (165,220,136). Sum of RGB (Red+Green+Blue) = 165+220+136=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DC88 is #5A2377. Grayscale: #C2C2C2. Windows color (decimal): -5907320 or 8969381. OLE color: 8969381.

HSL color Cylindrical-coordinate representation of color #A5DC88: hue angle of 99.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5DC88 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB165220136-
CMYK0.2500.380.14
HSL99.29º54.55%69.8%-
HSV(B)99.29º38.18%86.27%-
XYZ45.5560.9632.66-
YUV193.9895.28107.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.67%
GREEN value IS 220 (86.33% from 255) = 42.23%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=31.67%
G=42.23%
B=26.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652201360.2500.380.1499.2954.5569.8
HexA5DC8819026E633746
Octal245334210310461614367106
Binary101001011101110010001000110010100110111011000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DC88; }

 p { color: rgb(165,220,136); }

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

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

 a { background-color: rgb(165,220,136); }

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

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

 span { border-color: rgb(165,220,136); }

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