#A1D48D

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

Shades of Gossip #A1D48D

Tints of Gossip #A1D48D

Color information

#A1D48D (or 0xA1D48D) is unknown color: approx Gossip. HEX triplet: A1, D4 and 8D. RGB value is (161,212,141). Sum of RGB (Red+Green+Blue) = 161+212+141=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D48D is #5E2B72. Grayscale: #BCBCBC. Windows color (decimal): -6171507 or 9295009. OLE color: 9295009.

HSL color Cylindrical-coordinate representation of color #A1D48D: hue angle of 103.1º degrees, saturation: 0.45, 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 #A1D48D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB161212141-
CMYK0.2400.330.17
HSL103.1º45.22%69.22%-
HSV(B)103.1º33.49%83.14%-
XYZ43.0556.5933.85-
YUV188.66101.1108.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=31.32%
G=41.25%
B=27.43%

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
Decimal1612121410.2400.330.17103.145.2269.22
HexA1D48D1802111672d45
Octal241324215300412114755105
Binary1010000111010100100011011100001000011000111001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D48D; }

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

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

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

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

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

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

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

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