#A8D688

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

Shades of Feijoa #A8D688

Tints of Feijoa #A8D688

Color information

#A8D688 (or 0xA8D688) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 88. RGB value is (168,214,136). Sum of RGB (Red+Green+Blue) = 168+214+136=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D688 is #572977. Grayscale: #BFBFBF. Windows color (decimal): -5712248 or 8967848. OLE color: 8967848.

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

Color convert

RGB168214136-
CMYK0.2100.360.16
HSL95.38º48.75%68.63%-
HSV(B)95.38º36.45%83.92%-
XYZ44.6458.232.17-
YUV191.3596.76111.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=32.43%
G=41.31%
B=26.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141360.2100.360.1695.3848.7568.63
HexA8D68815024105f3145
Octal250326210250442013761105
Binary1010100011010110100010001010101001001000010111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D688; }

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

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

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

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

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

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

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

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