#A4D782

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

Shades of Feijoa #A4D782

Tints of Feijoa #A4D782

Color information

#A4D782 (or 0xA4D782) is unknown color: approx Feijoa. HEX triplet: A4, D7 and 82. RGB value is (164,215,130). Sum of RGB (Red+Green+Blue) = 164+215+130=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D782 is #5B287D. Grayscale: #BEBEBE. Windows color (decimal): -5974142 or 8574884. OLE color: 8574884.

HSL color Cylindrical-coordinate representation of color #A4D782: hue angle of 96º 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 #A4D782 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB164215130-
CMYK0.2400.400.16
HSL96º51.52%67.65%-
HSV(B)96º39.53%84.31%-
XYZ43.6458.1130.03-
YUV190.0694.1109.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 130 (51.17% from 255) = 25.54%
R=32.22%
G=42.24%
B=25.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642151300.2400.400.169651.5267.65
HexA4D7821802810603444
Octal244327202300502014064104
Binary1010010011010111100000101100001010001000011000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D782; }

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

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

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

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

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

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

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

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