#A7D782

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

Shades of Feijoa #A7D782

Tints of Feijoa #A7D782

Color information

#A7D782 (or 0xA7D782) is unknown color: approx Feijoa. HEX triplet: A7, D7 and 82. RGB value is (167,215,130). Sum of RGB (Red+Green+Blue) = 167+215+130=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #A7D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D782 is #58287D. Grayscale: #BFBFBF. Windows color (decimal): -5777534 or 8574887. OLE color: 8574887.

HSL color Cylindrical-coordinate representation of color #A7D782: hue angle of 93.88º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A7D782 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB167215130-
CMYK0.2200.400.16
HSL93.88º51.52%67.65%-
HSV(B)93.88º39.53%84.31%-
XYZ44.2758.4330.06-
YUV190.9693.6110.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 215 (84.38% from 255) = 41.99%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=32.62%
G=41.99%
B=25.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672151300.2200.400.1693.8851.5267.65
HexA7D78216028105e3444
Octal247327202260502013664104
Binary1010011111010111100000101011001010001000010111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D782; }

 p { color: rgb(167,215,130); }

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

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

 a { background-color: rgb(167,215,130); }

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

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

 span { border-color: rgb(167,215,130); }

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