#A1D58D

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

Shades of Gossip #A1D58D

Tints of Gossip #A1D58D

Color information

#A1D58D (or 0xA1D58D) is unknown color: approx Gossip. HEX triplet: A1, D5 and 8D. RGB value is (161,213,141). Sum of RGB (Red+Green+Blue) = 161+213+141=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D58D is #5E2A72. Grayscale: #BDBDBD. Windows color (decimal): -6171251 or 9295265. OLE color: 9295265.

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

Color convert

RGB161213141-
CMYK0.2400.340.16
HSL103.33º46.15%69.41%-
HSV(B)103.33º33.8%83.53%-
XYZ43.357.0933.94-
YUV189.24100.77107.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=31.26%
G=41.36%
B=27.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131410.2400.340.16103.3346.1569.41
HexA1D58D1802210672e45
Octal241325215300422014756105
Binary1010000111010101100011011100001000101000011001111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D58D; }

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

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

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

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

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

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

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

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