#A8C98A

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

Shades of Feijoa #A8C98A

Tints of Feijoa #A8C98A

Color information

#A8C98A (or 0xA8C98A) is unknown color: approx Feijoa. HEX triplet: A8, C9 and 8A. RGB value is (168,201,138). Sum of RGB (Red+Green+Blue) = 168+201+138=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98A is #573675. Grayscale: #B8B8B8. Windows color (decimal): -5715574 or 9095592. OLE color: 9095592.

HSL color Cylindrical-coordinate representation of color #A8C98A: hue angle of 91.43º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C98A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB168201138-
CMYK0.1600.310.21
HSL91.43º36.84%66.47%-
HSV(B)91.43º31.34%78.82%-
XYZ41.6251.9331.88-
YUV183.95102.07116.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=33.14%
G=39.64%
B=27.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011380.1600.310.2191.4336.8466.47
HexA8C98A1001F155b2542
Octal250311212200372513345102
Binary101010001100100110001010100000111111010110110111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C98A; }

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

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

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

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

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

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

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

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