#A1D88A

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

Shades of Gossip #A1D88A

Tints of Gossip #A1D88A

Color information

#A1D88A (or 0xA1D88A) is unknown color: approx Gossip. HEX triplet: A1, D8 and 8A. RGB value is (161,216,138). Sum of RGB (Red+Green+Blue) = 161+216+138=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D88A is #5E2775. Grayscale: #BEBEBE. Windows color (decimal): -6170486 or 9099425. OLE color: 9099425.

HSL color Cylindrical-coordinate representation of color #A1D88A: hue angle of 102.31º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1D88A is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB161216138-
CMYK0.2500.360.15
HSL102.31º50%69.41%-
HSV(B)102.31º36.11%84.71%-
XYZ43.8458.5233.03-
YUV190.6698.28106.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=31.26%
G=41.94%
B=26.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612161380.2500.360.15102.315069.41
HexA1D88A19024F663245
Octal241330212310441714662105
Binary101000011101100010001010110010100100111111001101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D88A; }

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

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

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

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

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

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

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

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