#A7D394

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

Shades of Gossip #A7D394

Tints of Gossip #A7D394

Color information

#A7D394 (or 0xA7D394) is unknown color: approx Gossip. HEX triplet: A7, D3 and 94. RGB value is (167,211,148). Sum of RGB (Red+Green+Blue) = 167+211+148=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #A7D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7D394 is #582C6B. Grayscale: #BEBEBE. Windows color (decimal): -5778540 or 9753511. OLE color: 9753511.

HSL color Cylindrical-coordinate representation of color #A7D394: hue angle of 101.9º 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 #A7D394 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB167211148-
CMYK0.2100.300.17
HSL101.9º41.72%70.39%-
HSV(B)101.9º29.86%82.75%-
XYZ44.5856.9436.66-
YUV190.66103.92111.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.75%
GREEN value IS 211 (82.81% from 255) = 40.11%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=31.75%
G=40.11%
B=28.14%

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
Decimal1672111480.2100.300.17101.941.7270.39
HexA7D3941501E11662a46
Octal247323224250362114652106
Binary101001111101001110010100101010111101000111001101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D394; }

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

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

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

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

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

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

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

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