#A3D280

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

Shades of Feijoa #A3D280

Tints of Feijoa #A3D280

Color information

#A3D280 (or 0xA3D280) is unknown color: approx Feijoa. HEX triplet: A3, D2 and 80. RGB value is (163,210,128). Sum of RGB (Red+Green+Blue) = 163+210+128=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 210 (82.42% from 255 or 41.92% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D280 is #5C2D7F. Grayscale: #BABABA. Windows color (decimal): -6040960 or 8442531. OLE color: 8442531.

HSL color Cylindrical-coordinate representation of color #A3D280: hue angle of 94.39º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3D280 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB163210128-
CMYK0.2200.390.18
HSL94.39º47.67%66.27%-
HSV(B)94.39º39.05%82.35%-
XYZ42.0555.4428.91-
YUV186.694.93111.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 210 (82.42% from 255) = 41.92%
BLUE value IS 128 (50.39% from 255) = 25.55%
R=32.53%
G=41.92%
B=25.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101280.2200.390.1894.3947.6766.27
HexA3D28016027125e3042
Octal243322200260472213660102
Binary1010001111010010100000001011001001111001010111101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D280; }

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

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

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

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

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

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

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

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