#A8D691

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

Shades of Feijoa #A8D691

Tints of Feijoa #A8D691

Color information

#A8D691 (or 0xA8D691) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 91. RGB value is (168,214,145). Sum of RGB (Red+Green+Blue) = 168+214+145=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D691 is #57296E. Grayscale: #C0C0C0. Windows color (decimal): -5712239 or 9557672. OLE color: 9557672.

HSL color Cylindrical-coordinate representation of color #A8D691: hue angle of 100º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D691 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB168214145-
CMYK0.2100.320.16
HSL100º45.7%70.39%-
HSV(B)100º32.24%83.92%-
XYZ45.3158.4635.68-
YUV192.38101.26110.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.88%
GREEN value IS 214 (83.98% from 255) = 40.61%
BLUE value IS 145 (57.03% from 255) = 27.51%
R=31.88%
G=40.61%
B=27.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141450.2100.320.1610045.770.39
HexA8D6911502010642e46
Octal250326221250402014456106
Binary1010100011010110100100011010101000001000011001001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D691; }

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

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

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

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

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

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

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

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