#A1CE94

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

Shades of Gossip #A1CE94

Tints of Gossip #A1CE94

Color information

#A1CE94 (or 0xA1CE94) is unknown color: approx Gossip. HEX triplet: A1, CE and 94. RGB value is (161,206,148). Sum of RGB (Red+Green+Blue) = 161+206+148=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CE94 is #5E316B. Grayscale: #BABABA. Windows color (decimal): -6173036 or 9752225. OLE color: 9752225.

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

Color convert

RGB161206148-
CMYK0.2200.280.19
HSL106.55º37.18%69.41%-
HSV(B)106.55º28.16%80.78%-
XYZ42.1153.8636.19-
YUV185.93106.59110.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=31.26%
G=40%
B=28.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061480.2200.280.19106.5537.1869.41
HexA1CE941601C136b2545
Octal241316224260342315345105
Binary101000011100111010010100101100111001001111010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE94; }

 p { color: rgb(161,206,148); }

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

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

 a { background-color: rgb(161,206,148); }

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

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

 span { border-color: rgb(161,206,148); }

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