#A1D291

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

Shades of Gossip #A1D291

Tints of Gossip #A1D291

Color information

#A1D291 (or 0xA1D291) is unknown color: approx Gossip. HEX triplet: A1, D2 and 91. RGB value is (161,210,145). Sum of RGB (Red+Green+Blue) = 161+210+145=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D291 is #5E2D6E. Grayscale: #BCBCBC. Windows color (decimal): -6172015 or 9556641. OLE color: 9556641.

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

Color convert

RGB161210145-
CMYK0.2300.310.18
HSL105.23º41.94%69.61%-
HSV(B)105.23º30.95%82.35%-
XYZ42.8655.7135.28-
YUV187.94103.77108.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 210 (82.42% from 255) = 40.70%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=31.20%
G=40.70%
B=28.10%

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
Decimal1612101450.2300.310.18105.2341.9469.61
HexA1D2911701F12692a46
Octal241322221270372215152106
Binary101000011101001010010001101110111111001011010011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D291; }

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

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

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

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

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

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

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

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