#A7D688

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

Shades of Feijoa #A7D688

Tints of Feijoa #A7D688

Color information

#A7D688 (or 0xA7D688) is unknown color: approx Feijoa. HEX triplet: A7, D6 and 88. RGB value is (167,214,136). Sum of RGB (Red+Green+Blue) = 167+214+136=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D688 is #582977. Grayscale: #BFBFBF. Windows color (decimal): -5777784 or 8967847. OLE color: 8967847.

HSL color Cylindrical-coordinate representation of color #A7D688: hue angle of 96.15º 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 #A7D688 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB167214136-
CMYK0.2200.360.16
HSL96.15º48.75%68.63%-
HSV(B)96.15º36.45%83.92%-
XYZ44.4358.0932.16-
YUV191.0596.93110.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=32.30%
G=41.39%
B=26.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141360.2200.360.1696.1548.7568.63
HexA7D6881602410603145
Octal247326210260442014061105
Binary1010011111010110100010001011001001001000011000001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D688; }

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

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

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

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

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

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

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

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