#A1D877

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

Shades of Feijoa #A1D877

Tints of Feijoa #A1D877

Color information

#A1D877 (or 0xA1D877) is unknown color: approx Feijoa. HEX triplet: A1, D8 and 77. RGB value is (161,216,119). Sum of RGB (Red+Green+Blue) = 161+216+119=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 216 (84.77% from 255 or 43.55% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D877 is #5E2788. Grayscale: #BCBCBC. Windows color (decimal): -6170505 or 7854241. OLE color: 7854241.

HSL color Cylindrical-coordinate representation of color #A1D877: hue angle of 94.02º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1D877 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB161216119-
CMYK0.2500.450.15
HSL94.02º55.43%65.69%-
HSV(B)94.02º44.91%84.71%-
XYZ42.5858.0226.41-
YUV188.588.78108.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 216 (84.77% from 255) = 43.55%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=32.46%
G=43.55%
B=23.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161190.2500.450.1594.0255.4365.69
HexA1D8771902DF5e3742
Octal241330167310551713667102
Binary10100001110110001110111110010101101111110111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D877; }

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

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

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

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

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

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

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

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