#A4ED70

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

Shades of Feijoa #A4ED70

Tints of Feijoa #A4ED70

Color information

#A4ED70 (or 0xA4ED70) is unknown color: approx Feijoa. HEX triplet: A4, ED and 70. RGB value is (164,237,112). Sum of RGB (Red+Green+Blue) = 164+237+112=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #A4ED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4ED70 is #5B128F. Grayscale: #C9C9C9. Windows color (decimal): -5968528 or 7400868. OLE color: 7400868.

HSL color Cylindrical-coordinate representation of color #A4ED70: hue angle of 95.04º degrees, saturation: 0.78, 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 #A4ED70 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB164237112-
CMYK0.3100.530.07
HSL95.04º77.64%68.43%-
HSV(B)95.04º52.74%92.94%-
XYZ48.5269.6326.21-
YUV200.9277.82101.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 112 (44.14% from 255) = 21.83%
R=31.97%
G=46.20%
B=21.83%

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
Decimal1642371120.3100.530.0795.0477.6468.43
HexA4ED701F03575f4e44
Octal244355160370657137116104
Binary10100100111011011110000111110110101111101111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ED70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ED70; }

 p { color: rgb(164,237,112); }

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

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

 a { background-color: rgb(164,237,112); }

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

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

 span { border-color: rgb(164,237,112); }

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