#A8DC8E

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

Shades of Feijoa #A8DC8E

Tints of Feijoa #A8DC8E

Color information

#A8DC8E (or 0xA8DC8E) is unknown color: approx Feijoa. HEX triplet: A8, DC and 8E. RGB value is (168,220,142). Sum of RGB (Red+Green+Blue) = 168+220+142=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DC8E is #572371. Grayscale: #C3C3C3. Windows color (decimal): -5710706 or 9362600. OLE color: 9362600.

HSL color Cylindrical-coordinate representation of color #A8DC8E: hue angle of 100º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8DC8E is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB168220142-
CMYK0.2400.350.14
HSL100º52.7%70.98%-
HSV(B)100º35.45%86.27%-
XYZ46.6261.4635-
YUV195.5697.77108.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=31.70%
G=41.51%
B=26.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682201420.2400.350.1410052.770.98
HexA8DC8E18023E643547
Octal250334216300431614465107
Binary101010001101110010001110110000100011111011001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DC8E; }

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

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

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

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

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

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

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

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