#A4DB8A

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

Shades of Feijoa #A4DB8A

Tints of Feijoa #A4DB8A

Color information

#A4DB8A (or 0xA4DB8A) is unknown color: approx Feijoa. HEX triplet: A4, DB and 8A. RGB value is (164,219,138). Sum of RGB (Red+Green+Blue) = 164+219+138=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DB8A is #5B2475. Grayscale: #C1C1C1. Windows color (decimal): -5973110 or 9100196. OLE color: 9100196.

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

Color convert

RGB164219138-
CMYK0.2500.370.14
HSL100.74º52.94%70%-
HSV(B)100.74º36.99%85.88%-
XYZ45.2360.3933.32-
YUV193.3296.78107.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=31.48%
G=42.03%
B=26.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191380.2500.370.14100.7452.9470
HexA4DB8A19025E653546
Octal244333212310451614565106
Binary101001001101101110001010110010100101111011001011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB8A; }

 p { color: rgb(164,219,138); }

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

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

 a { background-color: rgb(164,219,138); }

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

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

 span { border-color: rgb(164,219,138); }

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