#a8e688

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

Shades of Feijoa #A8E688

Tints of Feijoa #A8E688

Color information

#A8E688 (or 0xA8E688) is unknown color: approx Feijoa. HEX triplet: A8, E6 and 88. RGB value is (168,230,136). Sum of RGB (Red+Green+Blue) = 168+230+136=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 136 (53.52% from 255 or 25.47% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E688 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E688 is #571977. Grayscale: #C9C9C9. Windows color (decimal): -5708152 or 8971944. OLE color: 8971944.

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

Color convert

RGB168230136-
CMYK0.2700.410.10
HSL99.57º65.28%71.76%-
HSV(B)99.57º40.87%90.2%-
XYZ48.8966.733.59-
YUV200.7591.46104.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 230 (90.23% from 255) = 43.07%
BLUE value IS 136 (53.52% from 255) = 25.47%
R=31.46%
G=43.07%
B=25.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1682301360.2700.410.1099.5765.2871.76
HexA8E6881B029A644148
Octal2503462103305112144101110
Binary1010100011100110100010001101101010011010110010010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8e688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8e688; }

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

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

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

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

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

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

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

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