#A1D377

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

Shades of Feijoa #A1D377

Tints of Feijoa #A1D377

Color information

#A1D377 (or 0xA1D377) is unknown color: approx Feijoa. HEX triplet: A1, D3 and 77. RGB value is (161,211,119). Sum of RGB (Red+Green+Blue) = 161+211+119=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D377 is #5E2C88. Grayscale: #B9B9B9. Windows color (decimal): -6171785 or 7852961. OLE color: 7852961.

HSL color Cylindrical-coordinate representation of color #A1D377: hue angle of 92.61º degrees, saturation: 0.51, 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 #A1D377 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB161211119-
CMYK0.2400.440.17
HSL92.61º51.11%64.71%-
HSV(B)92.61º43.6%82.75%-
XYZ41.3255.525.99-
YUV185.5690.44110.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 211 (82.81% from 255) = 42.97%
BLUE value IS 119 (46.88% from 255) = 24.24%
R=32.79%
G=42.97%
B=24.24%

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
Decimal1612111190.2400.440.1792.6151.1164.71
HexA1D3771802C115d3341
Octal241323167300542113563101
Binary101000011101001111101111100001011001000110111011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D377; }

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

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

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

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

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

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

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

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