#A1D379

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

Shades of Feijoa #A1D379

Tints of Feijoa #A1D379

Color information

#A1D379 (or 0xA1D379) is unknown color: approx Feijoa. HEX triplet: A1, D3 and 79. RGB value is (161,211,121). Sum of RGB (Red+Green+Blue) = 161+211+121=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D379 is #5E2C86. Grayscale: #BABABA. Windows color (decimal): -6171783 or 7984033. OLE color: 7984033.

HSL color Cylindrical-coordinate representation of color #A1D379: hue angle of 93.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1D379 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB161211121-
CMYK0.2400.430.17
HSL93.33º50.56%65.1%-
HSV(B)93.33º42.65%82.75%-
XYZ41.4455.5526.63-
YUV185.7991.44110.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.66%
GREEN value IS 211 (82.81% from 255) = 42.80%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=32.66%
G=42.80%
B=24.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111210.2400.430.1793.3350.5665.1
HexA1D3791802B115d3341
Octal241323171300532113563101
Binary101000011101001111110011100001010111000110111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D379; }

 p { color: rgb(161,211,121); }

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

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

 a { background-color: rgb(161,211,121); }

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

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

 span { border-color: rgb(161,211,121); }

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