#A3D56E

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

Shades of Feijoa #A3D56E

Tints of Feijoa #A3D56E

Color information

#A3D56E (or 0xA3D56E) is unknown color: approx Feijoa. HEX triplet: A3, D5 and 6E. RGB value is (163,213,110). Sum of RGB (Red+Green+Blue) = 163+213+110=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D56E is #5C2A91. Grayscale: #BABABA. Windows color (decimal): -6040210 or 7263651. OLE color: 7263651.

HSL color Cylindrical-coordinate representation of color #A3D56E: hue angle of 89.13º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3D56E is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB163213110-
CMYK0.2300.480.16
HSL89.13º55.08%63.33%-
HSV(B)89.13º48.36%83.53%-
XYZ41.7156.523.46-
YUV186.3184.94111.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=33.54%
G=43.83%
B=22.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632131100.2300.480.1689.1355.0863.33
HexA3D56E170301059373f
Octal24332515627060201316777
Binary10100011110101011101110101110110000100001011001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D56E; }

 p { color: rgb(163,213,110); }

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

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

 a { background-color: rgb(163,213,110); }

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

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

 span { border-color: rgb(163,213,110); }

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