#A8D88E

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

Shades of Feijoa #A8D88E

Tints of Feijoa #A8D88E

Color information

#A8D88E (or 0xA8D88E) is unknown color: approx Feijoa. HEX triplet: A8, D8 and 8E. RGB value is (168,216,142). Sum of RGB (Red+Green+Blue) = 168+216+142=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D88E is #572771. Grayscale: #C1C1C1. Windows color (decimal): -5711730 or 9361576. OLE color: 9361576.

HSL color Cylindrical-coordinate representation of color #A8D88E: hue angle of 98.92º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D88E is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB168216142-
CMYK0.2200.340.15
HSL98.92º48.68%70.2%-
HSV(B)98.92º34.26%84.71%-
XYZ45.5959.3934.65-
YUV193.2199.1110.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.94%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=31.94%
G=41.06%
B=27.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682161420.2200.340.1598.9248.6870.2
HexA8D88E16022F633146
Octal250330216260421714361106
Binary101010001101100010001110101100100010111111000111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D88E; }

 p { color: rgb(168,216,142); }

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

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

 a { background-color: rgb(168,216,142); }

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

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

 span { border-color: rgb(168,216,142); }

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