#A7E680

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

Shades of Feijoa #A7E680

Tints of Feijoa #A7E680

Color information

#A7E680 (or 0xA7E680) is unknown color: approx Feijoa. HEX triplet: A7, E6 and 80. RGB value is (167,230,128). Sum of RGB (Red+Green+Blue) = 167+230+128=525 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.81% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #A7E680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A7E680 is #58197F. Grayscale: #C7C7C7. Windows color (decimal): -5773696 or 8447655. OLE color: 8447655.

HSL color Cylindrical-coordinate representation of color #A7E680: hue angle of 97.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A7E680 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB167230128-
CMYK0.2700.440.10
HSL97.06º67.11%70.2%-
HSV(B)97.06º44.35%90.2%-
XYZ48.1366.3730.7-
YUV199.5487.63104.79-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.81%
GREEN value IS 230 (90.23% from 255) = 43.81%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=31.81%
G=43.81%
B=24.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1672301280.2700.440.1097.0667.1170.2
HexA7E6801B02CA614346
Octal2473462003305412141103106
Binary1010011111100110100000001101101011001010110000110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E680; }

 p { color: rgb(167,230,128); }

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

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

 a { background-color: rgb(167,230,128); }

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

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

 span { border-color: rgb(167,230,128); }

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