#A1D191

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

Shades of Gossip #A1D191

Tints of Gossip #A1D191

Color information

#A1D191 (or 0xA1D191) is unknown color: approx Gossip. HEX triplet: A1, D1 and 91. RGB value is (161,209,145). Sum of RGB (Red+Green+Blue) = 161+209+145=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D191 is #5E2E6E. Grayscale: #BBBBBB. Windows color (decimal): -6172271 or 9556385. OLE color: 9556385.

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

Color convert

RGB161209145-
CMYK0.2300.310.18
HSL105º41.03%69.41%-
HSV(B)105º30.62%81.96%-
XYZ42.6155.2235.2-
YUV187.35104.1109.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 209 (82.03% from 255) = 40.58%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=31.26%
G=40.58%
B=28.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091450.2300.310.1810541.0369.41
HexA1D1911701F12692945
Octal241321221270372215151105
Binary101000011101000110010001101110111111001011010011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D191; }

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

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

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

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

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

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

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

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