#A8E671

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

Shades of Feijoa #A8E671

Tints of Feijoa #A8E671

Color information

#A8E671 (or 0xA8E671) is unknown color: approx Feijoa. HEX triplet: A8, E6 and 71. RGB value is (168,230,113). Sum of RGB (Red+Green+Blue) = 168+230+113=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8E671 is #57198E. Grayscale: #C6C6C6. Windows color (decimal): -5708175 or 7464616. OLE color: 7464616.

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

Color convert

RGB168230113-
CMYK0.2700.510.10
HSL91.79º70.06%67.25%-
HSV(B)91.79º50.87%90.2%-
XYZ47.4366.1125.88-
YUV198.1279.96106.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 230 (90.23% from 255) = 45.01%
BLUE value IS 113 (44.53% from 255) = 22.11%
R=32.88%
G=45.01%
B=22.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682301130.2700.510.1091.7970.0667.25
HexA8E6711B033A5c4643
Octal2503461613306312134106103
Binary101010001110011011100011101101100111010101110010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E671; }

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

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

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

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

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

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

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

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