#A8D696

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

Shades of Feijoa #A8D696

Tints of Feijoa #A8D696

Color information

#A8D696 (or 0xA8D696) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 96. RGB value is (168,214,150). Sum of RGB (Red+Green+Blue) = 168+214+150=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D696 is #572969. Grayscale: #C1C1C1. Windows color (decimal): -5712234 or 9885352. OLE color: 9885352.

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

Color convert

RGB168214150-
CMYK0.2100.300.16
HSL103.12º43.84%71.37%-
HSV(B)103.12º29.91%83.92%-
XYZ45.758.6237.76-
YUV192.95103.76110.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 214 (83.98% from 255) = 40.23%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=31.58%
G=40.23%
B=28.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141500.2100.300.16103.1243.8471.37
HexA8D6961501E10672c47
Octal250326226250362014754107
Binary101010001101011010010110101010111101000011001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D696; }

 p { color: rgb(168,214,150); }

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

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

 a { background-color: rgb(168,214,150); }

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

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

 span { border-color: rgb(168,214,150); }

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