#A5E487

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

Shades of Feijoa #A5E487

Tints of Feijoa #A5E487

Color information

#A5E487 (or 0xA5E487) is unknown color: approx Feijoa. HEX triplet: A5, E4 and 87. RGB value is (165,228,135). Sum of RGB (Red+Green+Blue) = 165+228+135=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #A5E487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E487 is #5A1B78. Grayscale: #C6C6C6. Windows color (decimal): -5905273 or 8905893. OLE color: 8905893.

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

Color convert

RGB165228135-
CMYK0.2800.410.11
HSL100.65º63.27%71.18%-
HSV(B)100.65º40.79%89.41%-
XYZ47.6365.2433-
YUV198.5692.13104.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.25%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=31.25%
G=43.18%
B=25.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652281350.2800.410.11100.6563.2771.18
HexA5E4871C029B653f47
Octal245344207340511314577107
Binary101001011110010010000111111000101001101111001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E487; }

 p { color: rgb(165,228,135); }

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

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

 a { background-color: rgb(165,228,135); }

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

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

 span { border-color: rgb(165,228,135); }

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