#A3D380

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

Shades of Feijoa #A3D380

Tints of Feijoa #A3D380

Color information

#A3D380 (or 0xA3D380) is unknown color: approx Feijoa. HEX triplet: A3, D3 and 80. RGB value is (163,211,128). Sum of RGB (Red+Green+Blue) = 163+211+128=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #A3D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D380 is #5C2C7F. Grayscale: #BBBBBB. Windows color (decimal): -6040704 or 8442787. OLE color: 8442787.

HSL color Cylindrical-coordinate representation of color #A3D380: hue angle of 94.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3D380 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB163211128-
CMYK0.2300.390.17
HSL94.7º48.54%66.47%-
HSV(B)94.7º39.34%82.75%-
XYZ42.2955.9328.99-
YUV187.1994.6110.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 128 (50.39% from 255) = 25.50%
R=32.47%
G=42.03%
B=25.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632111280.2300.390.1794.748.5466.47
HexA3D38017027115f3142
Octal243323200270472113761102
Binary1010001111010011100000001011101001111000110111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D380; }

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

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

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

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

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

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

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

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