#A7D08C

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

Shades of Feijoa #A7D08C

Tints of Feijoa #A7D08C

Color information

#A7D08C (or 0xA7D08C) is unknown color: approx Feijoa. HEX triplet: A7, D0 and 8C. RGB value is (167,208,140). Sum of RGB (Red+Green+Blue) = 167+208+140=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D08C is #582F73. Grayscale: #BCBCBC. Windows color (decimal): -5779316 or 9228455. OLE color: 9228455.

HSL color Cylindrical-coordinate representation of color #A7D08C: hue angle of 96.18º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7D08C is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB167208140-
CMYK0.2000.330.18
HSL96.18º41.98%68.24%-
HSV(B)96.18º32.69%81.57%-
XYZ43.2355.2233.19-
YUV187.99100.92113.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 140 (55.08% from 255) = 27.18%
R=32.43%
G=40.39%
B=27.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1672081400.2000.330.1896.1841.9868.24
HexA7D08C1402112602a44
Octal247320214240412214052104
Binary1010011111010000100011001010001000011001011000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D08C; }

 p { color: rgb(167,208,140); }

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

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

 a { background-color: rgb(167,208,140); }

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

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

 span { border-color: rgb(167,208,140); }

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