#A4EC6F

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

Shades of Feijoa #A4EC6F

Tints of Feijoa #A4EC6F

Color information

#A4EC6F (or 0xA4EC6F) is unknown color: approx Feijoa. HEX triplet: A4, EC and 6F. RGB value is (164,236,111). Sum of RGB (Red+Green+Blue) = 164+236+111=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A4EC6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4EC6F is #5B1390. Grayscale: #C8C8C8. Windows color (decimal): -5968785 or 7335076. OLE color: 7335076.

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

Color convert

RGB164236111-
CMYK0.3100.530.07
HSL94.56º76.69%68.04%-
HSV(B)94.56º52.97%92.55%-
XYZ48.1769.0325.82-
YUV200.2277.65102.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 111 (43.75% from 255) = 21.72%
R=32.09%
G=46.18%
B=21.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642361110.3100.530.0794.5676.6968.04
HexA4EC6F1F03575f4d44
Octal244354157370657137115104
Binary10100100111011001101111111110110101111101111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EC6F; }

 p { color: rgb(164,236,111); }

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

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

 a { background-color: rgb(164,236,111); }

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

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

 span { border-color: rgb(164,236,111); }

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