#A1C68E

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

Shades of Gossip #A1C68E

Tints of Gossip #A1C68E

Color information

#A1C68E (or 0xA1C68E) is unknown color: approx Gossip. HEX triplet: A1, C6 and 8E. RGB value is (161,198,142). Sum of RGB (Red+Green+Blue) = 161+198+142=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C68E is #5E3971. Grayscale: #B4B4B4. Windows color (decimal): -6175090 or 9356961. OLE color: 9356961.

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

Color convert

RGB161198142-
CMYK0.1900.280.22
HSL99.64º32.94%66.67%-
HSV(B)99.64º28.28%77.65%-
XYZ39.7749.9233.13-
YUV180.55106.24114.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 198 (77.73% from 255) = 39.52%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=32.14%
G=39.52%
B=28.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611981420.1900.280.2299.6432.9466.67
HexA1C68E1301C16642143
Octal241306216230342614441103
Binary101000011100011010001110100110111001011011001001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C68E; }

 p { color: rgb(161,198,142); }

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

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

 a { background-color: rgb(161,198,142); }

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

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

 span { border-color: rgb(161,198,142); }

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