#A8D673

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

Shades of Feijoa #A8D673

Tints of Feijoa #A8D673

Color information

#A8D673 (or 0xA8D673) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 73. RGB value is (168,214,115). Sum of RGB (Red+Green+Blue) = 168+214+115=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D673 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D673 is #57298C. Grayscale: #BDBDBD. Windows color (decimal): -5712269 or 7591592. OLE color: 7591592.

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

Color convert

RGB168214115-
CMYK0.2100.460.16
HSL87.88º54.7%64.51%-
HSV(B)87.88º46.26%83.92%-
XYZ43.2957.6625.07-
YUV188.9686.26113.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 214 (83.98% from 255) = 43.06%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=33.80%
G=43.06%
B=23.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141150.2100.460.1687.8854.764.51
HexA8D6731502E10583741
Octal250326163250562013067101
Binary101010001101011011100111010101011101000010110001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D673; }

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

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

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

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

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

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

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

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