#a1ce84

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

Shades of Gossip #A1CE84

Tints of Gossip #A1CE84

Color information

#A1CE84 (or 0xA1CE84) is unknown color: approx Gossip. HEX triplet: A1, CE and 84. RGB value is (161,206,132). Sum of RGB (Red+Green+Blue) = 161+206+132=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CE84 is #5E317B. Grayscale: #B8B8B8. Windows color (decimal): -6173052 or 8703649. OLE color: 8703649.

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

Color convert

RGB161206132-
CMYK0.2200.360.19
HSL96.49º43.02%66.27%-
HSV(B)96.49º35.92%80.78%-
XYZ40.9353.3929.98-
YUV184.1198.59111.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 206 (80.86% from 255) = 41.28%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=32.26%
G=41.28%
B=26.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061320.2200.360.1996.4943.0266.27
HexA1CE841602413602b42
Octal241316204260442314053102
Binary1010000111001110100001001011001001001001111000001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1ce84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1ce84; }

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

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

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

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

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

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

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

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