#A3D780

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

Shades of Feijoa #A3D780

Tints of Feijoa #A3D780

Color information

#A3D780 (or 0xA3D780) is unknown color: approx Feijoa. HEX triplet: A3, D7 and 80. RGB value is (163,215,128). Sum of RGB (Red+Green+Blue) = 163+215+128=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D780 is #5C287F. Grayscale: #BDBDBD. Windows color (decimal): -6039680 or 8443811. OLE color: 8443811.

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

Color convert

RGB163215128-
CMYK0.2400.400.16
HSL95.86º52.1%67.25%-
HSV(B)95.86º40.47%84.31%-
XYZ43.357.9529.32-
YUV189.5393.27109.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 215 (84.38% from 255) = 42.49%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=32.21%
G=42.49%
B=25.30%

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
Decimal1632151280.2400.400.1695.8652.167.25
HexA3D7801802810603443
Octal243327200300502014064103
Binary1010001111010111100000001100001010001000011000001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D780; }

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

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

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

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

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

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

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

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