#A3DF77

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

Shades of Feijoa #A3DF77

Tints of Feijoa #A3DF77

Color information

#A3DF77 (or 0xA3DF77) is unknown color: approx Feijoa. HEX triplet: A3, DF and 77. RGB value is (163,223,119). Sum of RGB (Red+Green+Blue) = 163+223+119=505 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.28% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3DF77 is #5C2088. Grayscale: #C1C1C1. Windows color (decimal): -6037641 or 7856035. OLE color: 7856035.

HSL color Cylindrical-coordinate representation of color #A3DF77: hue angle of 94.62º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A3DF77 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB163223119-
CMYK0.2700.470.13
HSL94.62º61.9%67.06%-
HSV(B)94.62º46.64%87.45%-
XYZ44.8261.8927.04-
YUV193.286.12106.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.28%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=32.28%
G=44.16%
B=23.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231190.2700.470.1394.6261.967.06
HexA3DF771B02FD5f3e43
Octal243337167330571513776103
Binary10100011110111111110111110110101111110110111111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DF77; }

 p { color: rgb(163,223,119); }

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

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

 a { background-color: rgb(163,223,119); }

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

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

 span { border-color: rgb(163,223,119); }

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