#A3D782

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

Shades of Feijoa #A3D782

Tints of Feijoa #A3D782

Color information

#A3D782 (or 0xA3D782) is unknown color: approx Feijoa. HEX triplet: A3, D7 and 82. RGB value is (163,215,130). Sum of RGB (Red+Green+Blue) = 163+215+130=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D782 is #5C287D. Grayscale: #BEBEBE. Windows color (decimal): -6039678 or 8574883. OLE color: 8574883.

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

Color convert

RGB163215130-
CMYK0.2400.400.16
HSL96.71º51.52%67.65%-
HSV(B)96.71º39.53%84.31%-
XYZ43.435830.02-
YUV189.7694.27108.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 215 (84.38% from 255) = 42.32%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=32.09%
G=42.32%
B=25.59%

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
Decimal1632151300.2400.400.1696.7151.5267.65
HexA3D7821802810613444
Octal243327202300502014164104
Binary1010001111010111100000101100001010001000011000011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D782; }

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

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

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

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

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

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

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

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