#A1D476

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

Shades of Feijoa #A1D476

Tints of Feijoa #A1D476

Color information

#A1D476 (or 0xA1D476) is unknown color: approx Feijoa. HEX triplet: A1, D4 and 76. RGB value is (161,212,118). Sum of RGB (Red+Green+Blue) = 161+212+118=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D476 is #5E2B89. Grayscale: #BABABA. Windows color (decimal): -6171530 or 7787681. OLE color: 7787681.

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

Color convert

RGB161212118-
CMYK0.2400.440.17
HSL92.55º52.22%64.71%-
HSV(B)92.55º44.34%83.14%-
XYZ41.5155.9725.76-
YUV186.0389.6110.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=32.79%
G=43.18%
B=24.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121180.2400.440.1792.5552.2264.71
HexA1D4761802C115d3441
Octal241324166300542113564101
Binary101000011101010011101101100001011001000110111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D476; }

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

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

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

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

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

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

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

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