#A4EE7C

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

Shades of Feijoa #A4EE7C

Tints of Feijoa #A4EE7C

Color information

#A4EE7C (or 0xA4EE7C) is unknown color: approx Feijoa. HEX triplet: A4, EE and 7C. RGB value is (164,238,124). Sum of RGB (Red+Green+Blue) = 164+238+124=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 238 (93.36% from 255 or 45.25% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EE7C is #5B1183. Grayscale: #CBCBCB. Windows color (decimal): -5968260 or 8187556. OLE color: 8187556.

HSL color Cylindrical-coordinate representation of color #A4EE7C: hue angle of 98.95º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4EE7C is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB164238124-
CMYK0.3100.480.07
HSL98.95º77.03%70.98%-
HSV(B)98.95º47.9%93.33%-
XYZ49.5270.530.07-
YUV202.8883.48100.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 238 (93.36% from 255) = 45.25%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=31.18%
G=45.25%
B=23.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642381240.3100.480.0798.9577.0370.98
HexA4EE7C1F0307634d47
Octal244356174370607143115107
Binary10100100111011101111100111110110000111110001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EE7C; }

 p { color: rgb(164,238,124); }

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

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

 a { background-color: rgb(164,238,124); }

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

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

 span { border-color: rgb(164,238,124); }

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