#A8C98E

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

Shades of Feijoa #A8C98E

Tints of Feijoa #A8C98E

Color information

#A8C98E (or 0xA8C98E) is unknown color: approx Feijoa. HEX triplet: A8, C9 and 8E. RGB value is (168,201,142). Sum of RGB (Red+Green+Blue) = 168+201+142=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C98E is #573671. Grayscale: #B8B8B8. Windows color (decimal): -5715570 or 9357736. OLE color: 9357736.

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

Color convert

RGB168201142-
CMYK0.1600.290.21
HSL93.56º35.33%67.25%-
HSV(B)93.56º29.35%78.82%-
XYZ41.9252.0533.43-
YUV184.41104.07116.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.88%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=32.88%
G=39.33%
B=27.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682011420.1600.290.2193.5635.3367.25
HexA8C98E1001D155e2343
Octal250311216200352513643103
Binary101010001100100110001110100000111011010110111101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C98E; }

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

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

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

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

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

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

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

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