#A6D494

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

Shades of Gossip #A6D494

Tints of Gossip #A6D494

Color information

#A6D494 (or 0xA6D494) is unknown color: approx Gossip. HEX triplet: A6, D4 and 94. RGB value is (166,212,148). Sum of RGB (Red+Green+Blue) = 166+212+148=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D494 is #592B6B. Grayscale: #BFBFBF. Windows color (decimal): -5843820 or 9753766. OLE color: 9753766.

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

Color convert

RGB166212148-
CMYK0.2200.300.17
HSL103.12º42.67%70.59%-
HSV(B)103.12º30.19%83.14%-
XYZ44.6157.3336.73-
YUV190.95103.76110.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=31.56%
G=40.30%
B=28.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662121480.2200.300.17103.1242.6770.59
HexA6D4941601E11672b47
Octal246324224260362114753107
Binary101001101101010010010100101100111101000111001111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D494; }

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

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

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

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

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

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

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

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