#A8D98B

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

Shades of Feijoa #A8D98B

Tints of Feijoa #A8D98B

Color information

#A8D98B (or 0xA8D98B) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 8B. RGB value is (168,217,139). Sum of RGB (Red+Green+Blue) = 168+217+139=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D98B is #572674. Grayscale: #C1C1C1. Windows color (decimal): -5711477 or 9165224. OLE color: 9165224.

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

Color convert

RGB168217139-
CMYK0.2300.360.15
HSL97.69º50.65%69.8%-
HSV(B)97.69º35.94%85.1%-
XYZ45.6259.8133.57-
YUV193.4697.27109.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=32.06%
G=41.41%
B=26.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171390.2300.360.1597.6950.6569.8
HexA8D98B17024F623346
Octal250331213270441714263106
Binary101010001101100110001011101110100100111111000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D98B; }

 p { color: rgb(168,217,139); }

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

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

 a { background-color: rgb(168,217,139); }

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

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

 span { border-color: rgb(168,217,139); }

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