#A4D394

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

Shades of Gossip #A4D394

Tints of Gossip #A4D394

Color information

#A4D394 (or 0xA4D394) is unknown color: approx Gossip. HEX triplet: A4, D3 and 94. RGB value is (164,211,148). Sum of RGB (Red+Green+Blue) = 164+211+148=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #A4D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D394 is #5B2C6B. Grayscale: #BDBDBD. Windows color (decimal): -5975148 or 9753508. OLE color: 9753508.

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

Color convert

RGB164211148-
CMYK0.2200.300.17
HSL104.76º41.72%70.39%-
HSV(B)104.76º29.86%82.75%-
XYZ43.9556.6236.63-
YUV189.76104.43109.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 211 (82.81% from 255) = 40.34%
BLUE value IS 148 (58.20% from 255) = 28.30%
R=31.36%
G=40.34%
B=28.30%

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
Decimal1642111480.2200.300.17104.7641.7270.39
HexA4D3941601E11692a46
Octal244323224260362115152106
Binary101001001101001110010100101100111101000111010011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D394; }

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

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

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

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

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

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

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

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