#A4EB77

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

Shades of Feijoa #A4EB77

Tints of Feijoa #A4EB77

Color information

#A4EB77 (or 0xA4EB77) is unknown color: approx Feijoa. HEX triplet: A4, EB and 77. RGB value is (164,235,119). Sum of RGB (Red+Green+Blue) = 164+235+119=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EB77 is #5B1488. Grayscale: #C8C8C8. Windows color (decimal): -5969033 or 7859108. OLE color: 7859108.

HSL color Cylindrical-coordinate representation of color #A4EB77: hue angle of 96.72º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4EB77 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB164235119-
CMYK0.3000.490.08
HSL96.72º74.36%69.41%-
HSV(B)96.72º49.36%92.16%-
XYZ48.3568.6428.15-
YUV200.5581.98101.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 235 (92.19% from 255) = 45.37%
BLUE value IS 119 (46.88% from 255) = 22.97%
R=31.66%
G=45.37%
B=22.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642351190.3000.490.0896.7274.3669.41
HexA4EB771E0318614a45
Octal2443531673606110141112105
Binary101001001110101111101111111001100011000110000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EB77; }

 p { color: rgb(164,235,119); }

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

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

 a { background-color: rgb(164,235,119); }

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

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

 span { border-color: rgb(164,235,119); }

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