#A1DC84

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

Shades of Feijoa #A1DC84

Tints of Feijoa #A1DC84

Color information

#A1DC84 (or 0xA1DC84) is unknown color: approx Feijoa. HEX triplet: A1, DC and 84. RGB value is (161,220,132). Sum of RGB (Red+Green+Blue) = 161+220+132=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC84 is #5E237B. Grayscale: #C0C0C0. Windows color (decimal): -6169468 or 8707233. OLE color: 8707233.

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

Color convert

RGB161220132-
CMYK0.2700.400.14
HSL100.23º55.7%69.02%-
HSV(B)100.23º40%86.27%-
XYZ44.4660.4331.15-
YUV192.3393.95105.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=31.38%
G=42.88%
B=25.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201320.2700.400.14100.2355.769.02
HexA1DC841B028E643845
Octal241334204330501614470105
Binary101000011101110010000100110110101000111011001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC84; }

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

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

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

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

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

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

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

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