#A0D877

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

Shades of Feijoa #A0D877

Tints of Feijoa #A0D877

Color information

#A0D877 (or 0xA0D877) is unknown color: approx Feijoa. HEX triplet: A0, D8 and 77. RGB value is (160,216,119). Sum of RGB (Red+Green+Blue) = 160+216+119=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D877 is #5F2788. Grayscale: #BCBCBC. Windows color (decimal): -6236041 or 7854240. OLE color: 7854240.

HSL color Cylindrical-coordinate representation of color #A0D877: hue angle of 94.64º 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 #A0D877 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB160216119-
CMYK0.2600.450.15
HSL94.64º55.43%65.69%-
HSV(B)94.64º44.91%84.71%-
XYZ42.3857.9226.4-
YUV188.288.95107.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=32.32%
G=43.64%
B=24.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161190.2600.450.1594.6455.4365.69
HexA0D8771A02DF5f3742
Octal240330167320551713767102
Binary10100000110110001110111110100101101111110111111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D877; }

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

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

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

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

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

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

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

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