#A4E07A

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

Shades of Feijoa #A4E07A

Tints of Feijoa #A4E07A

Color information

#A4E07A (or 0xA4E07A) is unknown color: approx Feijoa. HEX triplet: A4, E0 and 7A. RGB value is (164,224,122). Sum of RGB (Red+Green+Blue) = 164+224+122=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4E07A is #5B1F85. Grayscale: #C2C2C2. Windows color (decimal): -5971846 or 8052900. OLE color: 8052900.

HSL color Cylindrical-coordinate representation of color #A4E07A: hue angle of 95.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A4E07A is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB164224122-
CMYK0.2700.460.12
HSL95.29º62.2%67.84%-
HSV(B)95.29º45.54%87.84%-
XYZ45.4862.6128.1-
YUV194.4387.12106.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 224 (87.89% from 255) = 43.92%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=32.16%
G=43.92%
B=23.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1642241220.2700.460.1295.2962.267.84
HexA4E07A1B02EC5f3e44
Octal244340172330561413776104
Binary10100100111000001111010110110101110110010111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E07A; }

 p { color: rgb(164,224,122); }

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

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

 a { background-color: rgb(164,224,122); }

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

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

 span { border-color: rgb(164,224,122); }

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