#A8D994

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

Shades of Feijoa #A8D994

Tints of Feijoa #A8D994

Color information

#A8D994 (or 0xA8D994) is unknown color: approx Feijoa. HEX triplet: A8, D9 and 94. RGB value is (168,217,148). Sum of RGB (Red+Green+Blue) = 168+217+148=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D994 is #57266B. Grayscale: #C2C2C2. Windows color (decimal): -5711468 or 9755048. OLE color: 9755048.

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

Color convert

RGB168217148-
CMYK0.2300.320.15
HSL102.61º47.59%71.57%-
HSV(B)102.61º31.8%85.1%-
XYZ46.3160.0937.17-
YUV194.48101.77109.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.52%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=31.52%
G=40.71%
B=27.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682171480.2300.320.15102.6147.5971.57
HexA8D99417020F673048
Octal250331224270401714760110
Binary101010001101100110010100101110100000111111001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D994; }

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

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

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

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

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

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

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

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