#A4D56D

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

Shades of Feijoa #A4D56D

Tints of Feijoa #A4D56D

Color information

#A4D56D (or 0xA4D56D) is unknown color: approx Feijoa. HEX triplet: A4, D5 and 6D. RGB value is (164,213,109). Sum of RGB (Red+Green+Blue) = 164+213+109=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D56D is #5B2A92. Grayscale: #BABABA. Windows color (decimal): -5974675 or 7198116. OLE color: 7198116.

HSL color Cylindrical-coordinate representation of color #A4D56D: hue angle of 88.27º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4D56D is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB164213109-
CMYK0.2300.490.16
HSL88.27º55.32%63.14%-
HSV(B)88.27º48.83%83.53%-
XYZ41.8656.5923.18-
YUV186.4984.27111.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=33.74%
G=43.83%
B=22.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642131090.2300.490.1688.2755.3263.14
HexA4D56D170311058373f
Octal24432515527061201306777
Binary10100100110101011101101101110110001100001011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D56D; }

 p { color: rgb(164,213,109); }

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

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

 a { background-color: rgb(164,213,109); }

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

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

 span { border-color: rgb(164,213,109); }

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