#A7D66E

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

Shades of Feijoa #A7D66E

Tints of Feijoa #A7D66E

Color information

#A7D66E (or 0xA7D66E) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 6E. RGB value is (167,214,110). Sum of RGB (Red+Green+Blue) = 167+214+110=491 (65% of max value = 765). Red value is 167 (65.62% from 255 or 34.01% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D66E is #582991. Grayscale: #BCBCBC. Windows color (decimal): -5777810 or 7263911. OLE color: 7263911.

HSL color Cylindrical-coordinate representation of color #A7D66E: hue angle of 87.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7D66E is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB167214110-
CMYK0.2200.490.16
HSL87.12º55.91%63.53%-
HSV(B)87.12º48.6%83.92%-
XYZ42.857.4323.58-
YUV188.0983.93112.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.01%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=34.01%
G=43.58%
B=22.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141100.2200.490.1687.1255.9163.53
HexA7D66E1603110573840
Octal247326156260612012770100
Binary101001111101011011011101011001100011000010101111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D66E; }

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

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

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

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

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

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

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

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