#A3D98D

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

Shades of Gossip #A3D98D

Tints of Gossip #A3D98D

Color information

#A3D98D (or 0xA3D98D) is unknown color: approx Gossip. HEX triplet: A3, D9 and 8D. RGB value is (163,217,141). Sum of RGB (Red+Green+Blue) = 163+217+141=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D98D is #5C2672. Grayscale: #C0C0C0. Windows color (decimal): -6039155 or 9296291. OLE color: 9296291.

HSL color Cylindrical-coordinate representation of color #A3D98D: hue angle of 102.63º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3D98D is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB163217141-
CMYK0.2500.350.15
HSL102.63º50%70.2%-
HSV(B)102.63º35.02%85.1%-
XYZ44.7259.3434.29-
YUV192.1999.11107.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=31.29%
G=41.65%
B=27.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632171410.2500.350.15102.635070.2
HexA3D98D19023F673246
Octal243331215310431714762106
Binary101000111101100110001101110010100011111111001111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D98D; }

 p { color: rgb(163,217,141); }

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

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

 a { background-color: rgb(163,217,141); }

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

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

 span { border-color: rgb(163,217,141); }

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