#A2D678

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

Shades of Feijoa #A2D678

Tints of Feijoa #A2D678

Color information

#A2D678 (or 0xA2D678) is unknown color: approx Feijoa. HEX triplet: A2, D6 and 78. RGB value is (162,214,120). Sum of RGB (Red+Green+Blue) = 162+214+120=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 120 (47.27% from 255 or 24.19% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D678 is #5D2987. Grayscale: #BCBCBC. Windows color (decimal): -6105480 or 7919266. OLE color: 7919266.

HSL color Cylindrical-coordinate representation of color #A2D678: hue angle of 93.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2D678 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB162214120-
CMYK0.2400.440.16
HSL93.19º53.41%65.49%-
HSV(B)93.19º43.93%83.92%-
XYZ42.3457.1326.57-
YUV187.7489.77109.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 120 (47.27% from 255) = 24.19%
R=32.66%
G=43.15%
B=24.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141200.2400.440.1693.1953.4165.49
HexA2D6781802C105d3541
Octal242326170300542013565101
Binary101000101101011011110001100001011001000010111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D678; }

 p { color: rgb(162,214,120); }

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

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

 a { background-color: rgb(162,214,120); }

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

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

 span { border-color: rgb(162,214,120); }

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