#A4E38A

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

Shades of Feijoa #A4E38A

Tints of Feijoa #A4E38A

Color information

#A4E38A (or 0xA4E38A) is unknown color: approx Feijoa. HEX triplet: A4, E3 and 8A. RGB value is (164,227,138). Sum of RGB (Red+Green+Blue) = 164+227+138=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E38A is #5B1C75. Grayscale: #C6C6C6. Windows color (decimal): -5971062 or 9102244. OLE color: 9102244.

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

Color convert

RGB164227138-
CMYK0.2800.390.11
HSL102.47º61.38%71.57%-
HSV(B)102.47º39.21%89.02%-
XYZ47.3764.6734.03-
YUV198.0294.13103.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 227 (89.06% from 255) = 42.91%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=31.00%
G=42.91%
B=26.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642271380.2800.390.11102.4761.3871.57
HexA4E38A1C027B663d48
Octal244343212340471314675110
Binary101001001110001110001010111000100111101111001101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E38A; }

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

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

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

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

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

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

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

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