#A7E885

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

Shades of Feijoa #A7E885

Tints of Feijoa #A7E885

Color information

#A7E885 (or 0xA7E885) is unknown color: approx Feijoa. HEX triplet: A7, E8 and 85. RGB value is (167,232,133). Sum of RGB (Red+Green+Blue) = 167+232+133=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #A7E885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7E885 is #58177A. Grayscale: #C9C9C9. Windows color (decimal): -5773179 or 8775847. OLE color: 8775847.

HSL color Cylindrical-coordinate representation of color #A7E885: hue angle of 99.39º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A7E885 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB167232133-
CMYK0.2800.430.09
HSL99.39º68.28%71.57%-
HSV(B)99.39º42.67%90.98%-
XYZ49.0367.6232.66-
YUV201.2889.47103.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 133 (52.34% from 255) = 25%
R=31.39%
G=43.61%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672321330.2800.430.0999.3968.2871.57
HexA7E8851C02B9634448
Octal2473502053405311143104110
Binary1010011111101000100001011110001010111001110001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E885; }

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

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

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

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

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

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

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

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