#A1D380

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

Shades of Feijoa #A1D380

Tints of Feijoa #A1D380

Color information

#A1D380 (or 0xA1D380) is unknown color: approx Feijoa. HEX triplet: A1, D3 and 80. RGB value is (161,211,128). Sum of RGB (Red+Green+Blue) = 161+211+128=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D380 is #5E2C7F. Grayscale: #BABABA. Windows color (decimal): -6171776 or 8442785. OLE color: 8442785.

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

Color convert

RGB161211128-
CMYK0.2400.390.17
HSL96.14º48.54%66.47%-
HSV(B)96.14º39.34%82.75%-
XYZ41.8955.7228.97-
YUV186.5994.94109.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.2%
GREEN value IS 211 (82.81% from 255) = 42.2%
BLUE value IS 128 (50.39% from 255) = 25.6%
R=32.2%
G=42.2%
B=25.6%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111280.2400.390.1796.1448.5466.47
HexA1D3801802711603142
Octal241323200300472114061102
Binary1010000111010011100000001100001001111000111000001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D380; }

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

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

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

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

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

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

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

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