#A8D684

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

Shades of Feijoa #A8D684

Tints of Feijoa #A8D684

Color information

#A8D684 (or 0xA8D684) is unknown color: approx Feijoa. HEX triplet: A8, D6 and 84. RGB value is (168,214,132). Sum of RGB (Red+Green+Blue) = 168+214+132=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D684 is #57297B. Grayscale: #BFBFBF. Windows color (decimal): -5712252 or 8705704. OLE color: 8705704.

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

Color convert

RGB168214132-
CMYK0.2100.380.16
HSL93.66º50%67.84%-
HSV(B)93.66º38.32%83.92%-
XYZ44.3658.0830.7-
YUV190.994.76111.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=32.68%
G=41.63%
B=25.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682141320.2100.380.1693.665067.84
HexA8D68415026105e3244
Octal250326204250462013662104
Binary1010100011010110100001001010101001101000010111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D684; }

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

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

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

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

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

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

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

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