#A5E28A

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

Shades of Feijoa #A5E28A

Tints of Feijoa #A5E28A

Color information

#A5E28A (or 0xA5E28A) is unknown color: approx Feijoa. HEX triplet: A5, E2 and 8A. RGB value is (165,226,138). Sum of RGB (Red+Green+Blue) = 165+226+138=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E28A is #5A1D75. Grayscale: #C6C6C6. Windows color (decimal): -5905782 or 9101989. OLE color: 9101989.

HSL color Cylindrical-coordinate representation of color #A5E28A: hue angle of 101.59º 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 #A5E28A is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB165226138-
CMYK0.2700.390.11
HSL101.59º60.27%71.37%-
HSV(B)101.59º38.94%88.63%-
XYZ47.364.2333.95-
YUV197.7394.29104.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.19%
GREEN value IS 226 (88.67% from 255) = 42.72%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=31.19%
G=42.72%
B=26.09%

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
Decimal1652261380.2700.390.11101.5960.2771.37
HexA5E28A1B027B663c47
Octal245342212330471314674107
Binary101001011110001010001010110110100111101111001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E28A; }

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

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

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

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

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

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

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

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