#A4E28A

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

Shades of Feijoa #A4E28A

Tints of Feijoa #A4E28A

Color information

#A4E28A (or 0xA4E28A) is unknown color: approx Feijoa. HEX triplet: A4, E2 and 8A. RGB value is (164,226,138). Sum of RGB (Red+Green+Blue) = 164+226+138=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E28A is #5B1D75. Grayscale: #C5C5C5. Windows color (decimal): -5971318 or 9101988. OLE color: 9101988.

HSL color Cylindrical-coordinate representation of color #A4E28A: hue angle of 102.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A4E28A is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB164226138-
CMYK0.2700.390.11
HSL102.27º60.27%71.37%-
HSV(B)102.27º38.94%88.63%-
XYZ47.0964.1233.94-
YUV197.4394.46104.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.06%
GREEN value IS 226 (88.67% from 255) = 42.80%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=31.06%
G=42.80%
B=26.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642261380.2700.390.11102.2760.2771.37
HexA4E28A1B027B663c47
Octal244342212330471314674107
Binary101001001110001010001010110110100111101111001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E28A; }

 p { color: rgb(164,226,138); }

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

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

 a { background-color: rgb(164,226,138); }

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

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

 span { border-color: rgb(164,226,138); }

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