#A7E785

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

Shades of Feijoa #A7E785

Tints of Feijoa #A7E785

Color information

#A7E785 (or 0xA7E785) is unknown color: approx Feijoa. HEX triplet: A7, E7 and 85. RGB value is (167,231,133). Sum of RGB (Red+Green+Blue) = 167+231+133=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #A7E785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7E785 is #58187A. Grayscale: #C9C9C9. Windows color (decimal): -5773435 or 8775591. OLE color: 8775591.

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

Color convert

RGB167231133-
CMYK0.2800.420.09
HSL99.18º67.12%71.37%-
HSV(B)99.18º42.42%90.59%-
XYZ48.7567.0632.57-
YUV200.6989.8103.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 231 (90.62% from 255) = 43.50%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=31.45%
G=43.50%
B=25.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672311330.2800.420.0999.1867.1271.37
HexA7E7851C02A9634347
Octal2473472053405211143103107
Binary1010011111100111100001011110001010101001110001110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E785; }

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

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

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

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

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

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

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

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