#A1D576

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

Shades of Feijoa #A1D576

Tints of Feijoa #A1D576

Color information

#A1D576 (or 0xA1D576) is unknown color: approx Feijoa. HEX triplet: A1, D5 and 76. RGB value is (161,213,118). Sum of RGB (Red+Green+Blue) = 161+213+118=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D576 is #5E2A89. Grayscale: #BABABA. Windows color (decimal): -6171274 or 7787937. OLE color: 7787937.

HSL color Cylindrical-coordinate representation of color #A1D576: hue angle of 92.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1D576 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB161213118-
CMYK0.2400.450.16
HSL92.84º53.07%64.9%-
HSV(B)92.84º44.6%83.53%-
XYZ41.7656.4725.84-
YUV186.6289.27109.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 213 (83.59% from 255) = 43.29%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=32.72%
G=43.29%
B=23.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131180.2400.450.1692.8453.0764.9
HexA1D5761802D105d3541
Octal241325166300552013565101
Binary101000011101010111101101100001011011000010111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D576; }

 p { color: rgb(161,213,118); }

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

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

 a { background-color: rgb(161,213,118); }

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

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

 span { border-color: rgb(161,213,118); }

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