#A8E677

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

Shades of Feijoa #A8E677

Tints of Feijoa #A8E677

Color information

#A8E677 (or 0xA8E677) is unknown color: approx Feijoa. HEX triplet: A8, E6 and 77. RGB value is (168,230,119). Sum of RGB (Red+Green+Blue) = 168+230+119=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 119 (46.88% from 255 or 23.02% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E677 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E677 is #571988. Grayscale: #C7C7C7. Windows color (decimal): -5708169 or 7857832. OLE color: 7857832.

HSL color Cylindrical-coordinate representation of color #A8E677: hue angle of 93.51º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8E677 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB168230119-
CMYK0.2700.480.10
HSL93.51º68.94%68.43%-
HSV(B)93.51º48.26%90.2%-
XYZ47.7866.2527.72-
YUV198.8182.96106.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 230 (90.23% from 255) = 44.49%
BLUE value IS 119 (46.88% from 255) = 23.02%
R=32.50%
G=44.49%
B=23.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682301190.2700.480.1093.5168.9468.43
HexA8E6771B030A5e4544
Octal2503461673306012136105104
Binary101010001110011011101111101101100001010101111010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E677; }

 p { color: rgb(168,230,119); }

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

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

 a { background-color: rgb(168,230,119); }

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

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

 span { border-color: rgb(168,230,119); }

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