#A7E485

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

Shades of Feijoa #A7E485

Tints of Feijoa #A7E485

Color information

#A7E485 (or 0xA7E485) is unknown color: approx Feijoa. HEX triplet: A7, E4 and 85. RGB value is (167,228,133). Sum of RGB (Red+Green+Blue) = 167+228+133=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #A7E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7E485 is #581B7A. Grayscale: #C7C7C7. Windows color (decimal): -5774203 or 8774823. OLE color: 8774823.

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

Color convert

RGB167228133-
CMYK0.2700.420.11
HSL98.53º63.76%70.78%-
HSV(B)98.53º41.67%89.41%-
XYZ47.9165.432.29-
YUV198.9390.79105.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.63%
GREEN value IS 228 (89.45% from 255) = 43.18%
BLUE value IS 133 (52.34% from 255) = 25.19%
R=31.63%
G=43.18%
B=25.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1672281330.2700.420.1198.5363.7670.78
HexA7E4851B02AB634047
Octal2473442053305213143100107
Binary1010011111100100100001011101101010101011110001110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E485; }

 p { color: rgb(167,228,133); }

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

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

 a { background-color: rgb(167,228,133); }

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

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

 span { border-color: rgb(167,228,133); }

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