#A2D976

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

Shades of Feijoa #A2D976

Tints of Feijoa #A2D976

Color information

#A2D976 (or 0xA2D976) is unknown color: approx Feijoa. HEX triplet: A2, D9 and 76. RGB value is (162,217,118). Sum of RGB (Red+Green+Blue) = 162+217+118=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D976 is #5D2689. Grayscale: #BDBDBD. Windows color (decimal): -6104714 or 7788962. OLE color: 7788962.

HSL color Cylindrical-coordinate representation of color #A2D976: hue angle of 93.33º 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 #A2D976 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB162217118-
CMYK0.2500.460.15
HSL93.33º56.57%65.69%-
HSV(B)93.33º45.62%85.1%-
XYZ42.9858.6226.19-
YUV189.2787.78108.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=32.60%
G=43.66%
B=23.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171180.2500.460.1593.3356.5765.69
HexA2D9761902EF5d3942
Octal242331166310561713571102
Binary10100010110110011110110110010101110111110111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D976; }

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

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

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

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

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

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

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

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