#A1D58A

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

Shades of Gossip #A1D58A

Tints of Gossip #A1D58A

Color information

#A1D58A (or 0xA1D58A) is unknown color: approx Gossip. HEX triplet: A1, D5 and 8A. RGB value is (161,213,138). Sum of RGB (Red+Green+Blue) = 161+213+138=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D58A is #5E2A75. Grayscale: #BDBDBD. Windows color (decimal): -6171254 or 9098657. OLE color: 9098657.

HSL color Cylindrical-coordinate representation of color #A1D58A: hue angle of 101.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1D58A is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB161213138-
CMYK0.2400.350.16
HSL101.6º47.17%68.82%-
HSV(B)101.6º35.21%83.53%-
XYZ43.085732.78-
YUV188.999.27108.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 213 (83.59% from 255) = 41.60%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=31.45%
G=41.60%
B=26.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131380.2400.350.16101.647.1768.82
HexA1D58A1802310662f45
Octal241325212300432014657105
Binary1010000111010101100010101100001000111000011001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D58A; }

 p { color: rgb(161,213,138); }

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

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

 a { background-color: rgb(161,213,138); }

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

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

 span { border-color: rgb(161,213,138); }

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