#A1DF80

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

Shades of Feijoa #A1DF80

Tints of Feijoa #A1DF80

Color information

#A1DF80 (or 0xA1DF80) is unknown color: approx Feijoa. HEX triplet: A1, DF and 80. RGB value is (161,223,128). Sum of RGB (Red+Green+Blue) = 161+223+128=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF80 is #5E207F. Grayscale: #C1C1C1. Windows color (decimal): -6168704 or 8445857. OLE color: 8445857.

HSL color Cylindrical-coordinate representation of color #A1DF80: hue angle of 99.16º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1DF80 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB161223128-
CMYK0.2800.430.13
HSL99.16º59.75%68.82%-
HSV(B)99.16º42.6%87.45%-
XYZ44.9861.9130-
YUV193.6390.96104.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 223 (87.5% from 255) = 43.55%
BLUE value IS 128 (50.39% from 255) = 25%
R=31.45%
G=43.55%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231280.2800.430.1399.1659.7568.82
HexA1DF801C02BD633c45
Octal241337200340531514374105
Binary101000011101111110000000111000101011110111000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DF80; }

 p { color: rgb(161,223,128); }

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

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

 a { background-color: rgb(161,223,128); }

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

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

 span { border-color: rgb(161,223,128); }

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