#A6D394

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

Shades of Gossip #A6D394

Tints of Gossip #A6D394

Color information

#A6D394 (or 0xA6D394) is unknown color: approx Gossip. HEX triplet: A6, D3 and 94. RGB value is (166,211,148). Sum of RGB (Red+Green+Blue) = 166+211+148=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D394 is #592C6B. Grayscale: #BEBEBE. Windows color (decimal): -5844076 or 9753510. OLE color: 9753510.

HSL color Cylindrical-coordinate representation of color #A6D394: hue angle of 102.86º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6D394 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB166211148-
CMYK0.2100.300.17
HSL102.86º41.72%70.39%-
HSV(B)102.86º29.86%82.75%-
XYZ44.3756.8336.65-
YUV190.36104.09110.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 211 (82.81% from 255) = 40.19%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=31.62%
G=40.19%
B=28.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111480.2100.300.17102.8641.7270.39
HexA6D3941501E11672a46
Octal246323224250362114752106
Binary101001101101001110010100101010111101000111001111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D394; }

 p { color: rgb(166,211,148); }

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

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

 a { background-color: rgb(166,211,148); }

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

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

 span { border-color: rgb(166,211,148); }

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