#A1C88D

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

Shades of Gossip #A1C88D

Tints of Gossip #A1C88D

Color information

#A1C88D (or 0xA1C88D) is unknown color: approx Gossip. HEX triplet: A1, C8 and 8D. RGB value is (161,200,141). Sum of RGB (Red+Green+Blue) = 161+200+141=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C88D is #5E3772. Grayscale: #B5B5B5. Windows color (decimal): -6174579 or 9291937. OLE color: 9291937.

HSL color Cylindrical-coordinate representation of color #A1C88D: hue angle of 99.66º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1C88D is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB161200141-
CMYK0.1900.290.22
HSL99.66º34.91%66.86%-
HSV(B)99.66º29.5%78.43%-
XYZ40.1650.8132.89-
YUV181.61105.08113.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=32.07%
G=39.84%
B=28.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1612001410.1900.290.2299.6634.9166.86
HexA1C88D1301D16642343
Octal241310215230352614443103
Binary101000011100100010001101100110111011011011001001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C88D; }

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

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

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

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

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

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

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

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