#A1D583

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

Shades of Gossip #A1D583

Tints of Gossip #A1D583

Color information

#A1D583 (or 0xA1D583) is unknown color: approx Gossip. HEX triplet: A1, D5 and 83. RGB value is (161,213,131). Sum of RGB (Red+Green+Blue) = 161+213+131=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D583 is #5E2A7C. Grayscale: #BCBCBC. Windows color (decimal): -6171261 or 8639905. OLE color: 8639905.

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

Color convert

RGB161213131-
CMYK0.2400.380.16
HSL98.05º49.4%67.45%-
HSV(B)98.05º38.5%83.53%-
XYZ42.5956.830.19-
YUV188.195.77108.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.88%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 131 (51.56% from 255) = 25.94%
R=31.88%
G=42.18%
B=25.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131310.2400.380.1698.0549.467.45
HexA1D5831802610623143
Octal241325203300462014261103
Binary1010000111010101100000111100001001101000011000101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D583; }

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

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

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

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

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

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

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

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