#A1D38D

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

Shades of Gossip #A1D38D

Tints of Gossip #A1D38D

Color information

#A1D38D (or 0xA1D38D) is unknown color: approx Gossip. HEX triplet: A1, D3 and 8D. RGB value is (161,211,141). Sum of RGB (Red+Green+Blue) = 161+211+141=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 211 (82.81% from 255 or 41.13% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D38D is #5E2C72. Grayscale: #BCBCBC. Windows color (decimal): -6171763 or 9294753. OLE color: 9294753.

HSL color Cylindrical-coordinate representation of color #A1D38D: hue angle of 102.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D38D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB161211141-
CMYK0.2400.330.17
HSL102.86º44.3%69.02%-
HSV(B)102.86º33.18%82.75%-
XYZ42.856.0933.77-
YUV188.07101.44108.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 211 (82.81% from 255) = 41.13%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=31.38%
G=41.13%
B=27.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111410.2400.330.17102.8644.369.02
HexA1D38D1802111672c45
Octal241323215300412114754105
Binary1010000111010011100011011100001000011000111001111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D38D; }

 p { color: rgb(161,211,141); }

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

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

 a { background-color: rgb(161,211,141); }

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

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

 span { border-color: rgb(161,211,141); }

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