#A1DC7D

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

Shades of Feijoa #A1DC7D

Tints of Feijoa #A1DC7D

Color information

#A1DC7D (or 0xA1DC7D) is unknown color: approx Feijoa. HEX triplet: A1, DC and 7D. RGB value is (161,220,125). Sum of RGB (Red+Green+Blue) = 161+220+125=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC7D is #5E2382. Grayscale: #BFBFBF. Windows color (decimal): -6169475 or 8248481. OLE color: 8248481.

HSL color Cylindrical-coordinate representation of color #A1DC7D: hue angle of 97.26º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1DC7D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB161220125-
CMYK0.2700.430.14
HSL97.26º57.58%67.65%-
HSV(B)97.26º43.18%86.27%-
XYZ43.9960.2428.71-
YUV191.5390.45106.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 220 (86.33% from 255) = 43.48%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=31.82%
G=43.48%
B=24.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201250.2700.430.1497.2657.5867.65
HexA1DC7D1B02BE613a44
Octal241334175330531614172104
Binary10100001110111001111101110110101011111011000011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC7D; }

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

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

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

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

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

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

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

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