#A7D976

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

Shades of Feijoa #A7D976

Tints of Feijoa #A7D976

Color information

#A7D976 (or 0xA7D976) is unknown color: approx Feijoa. HEX triplet: A7, D9 and 76. RGB value is (167,217,118). Sum of RGB (Red+Green+Blue) = 167+217+118=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D976 is #582689. Grayscale: #BFBFBF. Windows color (decimal): -5777034 or 7788967. OLE color: 7788967.

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

Color convert

RGB167217118-
CMYK0.2300.460.15
HSL90.3º56.57%65.69%-
HSV(B)90.3º45.62%85.1%-
XYZ44.0259.1526.24-
YUV190.7686.94111.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 217 (85.16% from 255) = 43.23%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=33.27%
G=43.23%
B=23.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672171180.2300.460.1590.356.5765.69
HexA7D9761702EF5a3942
Octal247331166270561713271102
Binary10100111110110011110110101110101110111110110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D976; }

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

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

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

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

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

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

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

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