#a1de7c

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

Shades of Feijoa #A1DE7C

Tints of Feijoa #A1DE7C

Color information

#A1DE7C (or 0xA1DE7C) is unknown color: approx Feijoa. HEX triplet: A1, DE and 7C. RGB value is (161,222,124). Sum of RGB (Red+Green+Blue) = 161+222+124=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DE7C is #5E2183. Grayscale: #C0C0C0. Windows color (decimal): -6168964 or 8183457. OLE color: 8183457.

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

Color convert

RGB161222124-
CMYK0.2700.440.13
HSL97.35º59.76%67.84%-
HSV(B)97.35º44.14%87.06%-
XYZ44.4661.2728.55-
YUV192.5989.29105.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=31.76%
G=43.79%
B=24.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221240.2700.440.1397.3559.7667.84
HexA1DE7C1B02CD613c44
Octal241336174330541514174104
Binary10100001110111101111100110110101100110111000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1de7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1de7c; }

 p { color: rgb(161,222,124); }

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

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

 a { background-color: rgb(161,222,124); }

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

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

 span { border-color: rgb(161,222,124); }

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