#A1D383

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

Shades of Gossip #A1D383

Tints of Gossip #A1D383

Color information

#A1D383 (or 0xA1D383) is unknown color: approx Gossip. HEX triplet: A1, D3 and 83. RGB value is (161,211,131). Sum of RGB (Red+Green+Blue) = 161+211+131=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D383 is #5E2C7C. Grayscale: #BBBBBB. Windows color (decimal): -6171773 or 8639393. OLE color: 8639393.

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

Color convert

RGB161211131-
CMYK0.2400.380.17
HSL97.5º47.62%67.06%-
HSV(B)97.5º37.91%82.75%-
XYZ42.0955.830.03-
YUV186.9396.44109.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.01%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 131 (51.56% from 255) = 26.04%
R=32.01%
G=41.95%
B=26.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612111310.2400.380.1797.547.6267.06
HexA1D3831802611623043
Octal241323203300462114260103
Binary1010000111010011100000111100001001101000111000101100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D383; }

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

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

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

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

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

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

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

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