#A4D780

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

Shades of Feijoa #A4D780

Tints of Feijoa #A4D780

Color information

#A4D780 (or 0xA4D780) is unknown color: approx Feijoa. HEX triplet: A4, D7 and 80. RGB value is (164,215,128). Sum of RGB (Red+Green+Blue) = 164+215+128=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D780 is #5B287F. Grayscale: #BEBEBE. Windows color (decimal): -5974144 or 8443812. OLE color: 8443812.

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

Color convert

RGB164215128-
CMYK0.2400.400.16
HSL95.17º52.1%67.25%-
HSV(B)95.17º40.47%84.31%-
XYZ43.5158.0529.33-
YUV189.8393.1109.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=32.35%
G=42.41%
B=25.25%

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
Decimal1642151280.2400.400.1695.1752.167.25
HexA4D78018028105f3443
Octal244327200300502013764103
Binary1010010011010111100000001100001010001000010111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D780; }

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

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

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

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

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

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

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

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