#A0D677

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

Shades of Feijoa #A0D677

Tints of Feijoa #A0D677

Color information

#A0D677 (or 0xA0D677) is unknown color: approx Feijoa. HEX triplet: A0, D6 and 77. RGB value is (160,214,119). Sum of RGB (Red+Green+Blue) = 160+214+119=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D677 is #5F2988. Grayscale: #BBBBBB. Windows color (decimal): -6236553 or 7853728. OLE color: 7853728.

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

Color convert

RGB160214119-
CMYK0.2500.440.16
HSL94.11º53.67%65.29%-
HSV(B)94.11º44.39%83.92%-
XYZ41.8756.926.23-
YUV187.0289.61108.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=32.45%
G=43.41%
B=24.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602141190.2500.440.1694.1153.6765.29
HexA0D6771902C105e3641
Octal240326167310542013666101
Binary101000001101011011101111100101011001000010111101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D677; }

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

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

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

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

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

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

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

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