#A4E775

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

Shades of Feijoa #A4E775

Tints of Feijoa #A4E775

Color information

#A4E775 (or 0xA4E775) is unknown color: approx Feijoa. HEX triplet: A4, E7 and 75. RGB value is (164,231,117). Sum of RGB (Red+Green+Blue) = 164+231+117=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #A4E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4E775 is #5B188A. Grayscale: #C6C6C6. Windows color (decimal): -5970059 or 7727012. OLE color: 7727012.

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

Color convert

RGB164231117-
CMYK0.2900.490.09
HSL95.26º70.37%68.24%-
HSV(B)95.26º49.35%90.59%-
XYZ47.166.3327.15-
YUV197.9782.3103.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 231 (90.62% from 255) = 45.12%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=32.03%
G=45.12%
B=22.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642311170.2900.490.0995.2670.3768.24
HexA4E7751D03195f4644
Octal2443471653506111137106104
Binary101001001110011111101011110101100011001101111110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E775; }

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

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

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

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

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

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

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

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