#A1D17C

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

Shades of Feijoa #A1D17C

Tints of Feijoa #A1D17C

Color information

#A1D17C (or 0xA1D17C) is unknown color: approx Feijoa. HEX triplet: A1, D1 and 7C. RGB value is (161,209,124). Sum of RGB (Red+Green+Blue) = 161+209+124=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D17C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D17C is #5E2E83. Grayscale: #B9B9B9. Windows color (decimal): -6172292 or 8180129. OLE color: 8180129.

HSL color Cylindrical-coordinate representation of color #A1D17C: hue angle of 93.88º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1D17C is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB161209124-
CMYK0.2300.410.18
HSL93.88º48.02%65.29%-
HSV(B)93.88º40.67%81.96%-
XYZ41.1454.6327.45-
YUV184.9693.6110.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 124 (48.83% from 255) = 25.10%
R=32.59%
G=42.31%
B=25.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091240.2300.410.1893.8848.0265.29
HexA1D17C17029125e3041
Octal241321174270512213660101
Binary101000011101000111111001011101010011001010111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D17C; }

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

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

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

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

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

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

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

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