#A4E76C

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

Shades of Feijoa #A4E76C

Tints of Feijoa #A4E76C

Color information

#A4E76C (or 0xA4E76C) is unknown color: approx Feijoa. HEX triplet: A4, E7 and 6C. RGB value is (164,231,108). Sum of RGB (Red+Green+Blue) = 164+231+108=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E76C is #5B1893. Grayscale: #C5C5C5. Windows color (decimal): -5970068 or 7137188. OLE color: 7137188.

HSL color Cylindrical-coordinate representation of color #A4E76C: hue angle of 92.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4E76C is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB164231108-
CMYK0.2900.530.09
HSL92.68º71.93%66.47%-
HSV(B)92.68º53.25%90.59%-
XYZ46.5966.1324.5-
YUV196.9477.8104.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 231 (90.62% from 255) = 45.92%
BLUE value IS 108 (42.58% from 255) = 21.47%
R=32.60%
G=45.92%
B=21.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642311080.2900.530.0992.6871.9366.47
HexA4E76C1D03595d4842
Octal2443471543506511135110102
Binary101001001110011111011001110101101011001101110110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E76C; }

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

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

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

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

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

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

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

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