#A1DD84

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

Shades of Feijoa #A1DD84

Tints of Feijoa #A1DD84

Color information

#A1DD84 (or 0xA1DD84) is unknown color: approx Feijoa. HEX triplet: A1, DD and 84. RGB value is (161,221,132). Sum of RGB (Red+Green+Blue) = 161+221+132=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD84 is #5E227B. Grayscale: #C1C1C1. Windows color (decimal): -6169212 or 8707489. OLE color: 8707489.

HSL color Cylindrical-coordinate representation of color #A1DD84: hue angle of 100.45º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1DD84 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB161221132-
CMYK0.2700.400.13
HSL100.45º56.69%69.22%-
HSV(B)100.45º40.27%86.67%-
XYZ44.7260.9631.24-
YUV192.9193.62105.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=31.32%
G=43.00%
B=25.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211320.2700.400.13100.4556.6969.22
HexA1DD841B028D643945
Octal241335204330501514471105
Binary101000011101110110000100110110101000110111001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD84; }

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

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

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

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

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

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

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

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