#A1D08D

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

Shades of Gossip #A1D08D

Tints of Gossip #A1D08D

Color information

#A1D08D (or 0xA1D08D) is unknown color: approx Gossip. HEX triplet: A1, D0 and 8D. RGB value is (161,208,141). Sum of RGB (Red+Green+Blue) = 161+208+141=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D08D is #5E2F72. Grayscale: #BABABA. Windows color (decimal): -6172531 or 9293985. OLE color: 9293985.

HSL color Cylindrical-coordinate representation of color #A1D08D: hue angle of 102.09º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D08D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB161208141-
CMYK0.2300.320.18
HSL102.09º41.61%68.43%-
HSV(B)102.09º32.21%81.57%-
XYZ42.0654.6133.52-
YUV186.31102.43109.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=31.57%
G=40.78%
B=27.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081410.2300.320.18102.0941.6168.43
HexA1D08D1702012662a44
Octal241320215270402214652104
Binary1010000111010000100011011011101000001001011001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D08D; }

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

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

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

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

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

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

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

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