#A1DD71

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

Shades of Feijoa #A1DD71

Tints of Feijoa #A1DD71

Color information

#A1DD71 (or 0xA1DD71) is unknown color: approx Feijoa. HEX triplet: A1, DD and 71. RGB value is (161,221,113). Sum of RGB (Red+Green+Blue) = 161+221+113=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD71 is #5E228E. Grayscale: #BFBFBF. Windows color (decimal): -6169231 or 7462305. OLE color: 7462305.

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

Color convert

RGB161221113-
CMYK0.2700.490.13
HSL93.33º61.36%65.49%-
HSV(B)93.33º48.87%86.67%-
XYZ43.5460.4825-
YUV190.7584.12106.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 113 (44.53% from 255) = 22.83%
R=32.53%
G=44.65%
B=22.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211130.2700.490.1393.3361.3665.49
HexA1DD711B031D5d3d41
Octal241335161330611513575101
Binary10100001110111011110001110110110001110110111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD71; }

 p { color: rgb(161,221,113); }

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

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

 a { background-color: rgb(161,221,113); }

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

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

 span { border-color: rgb(161,221,113); }

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