#A8C98C

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

Shades of Feijoa #A8C98C

Tints of Feijoa #A8C98C

Color information

#A8C98C (or 0xA8C98C) is unknown color: approx Feijoa. HEX triplet: A8, C9 and 8C. RGB value is (168,201,140). Sum of RGB (Red+Green+Blue) = 168+201+140=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98C is #573673. Grayscale: #B8B8B8. Windows color (decimal): -5715572 or 9226664. OLE color: 9226664.

HSL color Cylindrical-coordinate representation of color #A8C98C: hue angle of 92.46º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C98C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB168201140-
CMYK0.1600.300.21
HSL92.46º36.09%66.86%-
HSV(B)92.46º30.35%78.82%-
XYZ41.7751.9932.64-
YUV184.18103.07116.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=33.01%
G=39.49%
B=27.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011400.1600.300.2192.4636.0966.86
HexA8C98C1001E155c2443
Octal250311214200362513444103
Binary101010001100100110001100100000111101010110111001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C98C; }

 p { color: rgb(168,201,140); }

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

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

 a { background-color: rgb(168,201,140); }

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

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

 span { border-color: rgb(168,201,140); }

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