#A1D18E

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

Shades of Gossip #A1D18E

Tints of Gossip #A1D18E

Color information

#A1D18E (or 0xA1D18E) is unknown color: approx Gossip. HEX triplet: A1, D1 and 8E. RGB value is (161,209,142). Sum of RGB (Red+Green+Blue) = 161+209+142=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D18E is #5E2E71. Grayscale: #BBBBBB. Windows color (decimal): -6172274 or 9359777. OLE color: 9359777.

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

Color convert

RGB161209142-
CMYK0.2300.320.18
HSL102.99º42.14%68.82%-
HSV(B)102.99º32.06%81.96%-
XYZ42.3855.1334-
YUV187.01102.6109.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=31.45%
G=40.82%
B=27.73%

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
Decimal1612091420.2300.320.18102.9942.1468.82
HexA1D18E1702012672a45
Octal241321216270402214752105
Binary1010000111010001100011101011101000001001011001111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D18E; }

 p { color: rgb(161,209,142); }

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

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

 a { background-color: rgb(161,209,142); }

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

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

 span { border-color: rgb(161,209,142); }

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