#A4E56C

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

Shades of Feijoa #A4E56C

Tints of Feijoa #A4E56C

Color information

#A4E56C (or 0xA4E56C) is unknown color: approx Feijoa. HEX triplet: A4, E5 and 6C. RGB value is (164,229,108). Sum of RGB (Red+Green+Blue) = 164+229+108=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E56C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E56C is #5B1A93. Grayscale: #C4C4C4. Windows color (decimal): -5970580 or 7136676. OLE color: 7136676.

HSL color Cylindrical-coordinate representation of color #A4E56C: hue angle of 92.23º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4E56C is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB164229108-
CMYK0.2800.530.10
HSL92.23º69.94%66.08%-
HSV(B)92.23º52.84%89.8%-
XYZ46.0465.0124.31-
YUV195.7778.47105.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 229 (89.84% from 255) = 45.71%
BLUE value IS 108 (42.58% from 255) = 21.56%
R=32.73%
G=45.71%
B=21.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642291080.2800.530.1092.2369.9466.08
HexA4E56C1C035A5c4642
Octal2443451543406512134106102
Binary101001001110010111011001110001101011010101110010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E56C; }

 p { color: rgb(164,229,108); }

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

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

 a { background-color: rgb(164,229,108); }

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

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

 span { border-color: rgb(164,229,108); }

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