#a7d96e

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

Shades of Feijoa #A7D96E

Tints of Feijoa #A7D96E

Color information

#A7D96E (or 0xA7D96E) is unknown color: approx Feijoa. HEX triplet: A7, D9 and 6E. RGB value is (167,217,110). Sum of RGB (Red+Green+Blue) = 167+217+110=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D96E is #582691. Grayscale: #BEBEBE. Windows color (decimal): -5777042 or 7264679. OLE color: 7264679.

HSL color Cylindrical-coordinate representation of color #A7D96E: hue angle of 88.04º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7D96E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB167217110-
CMYK0.2300.490.15
HSL88.04º58.47%64.12%-
HSV(B)88.04º49.31%85.1%-
XYZ43.5658.9723.84-
YUV189.8582.94111.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 110 (43.36% from 255) = 22.27%
R=33.81%
G=43.93%
B=22.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672171100.2300.490.1588.0458.4764.12
HexA7D96E17031F583a40
Octal247331156270611713072100
Binary10100111110110011101110101110110001111110110001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7d96e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7d96e; }

 p { color: rgb(167,217,110); }

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

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

 a { background-color: rgb(167,217,110); }

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

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

 span { border-color: rgb(167,217,110); }

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