#A2CC8E

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

Shades of Gossip #A2CC8E

Tints of Gossip #A2CC8E

Color information

#A2CC8E (or 0xA2CC8E) is unknown color: approx Gossip. HEX triplet: A2, CC and 8E. RGB value is (162,204,142). Sum of RGB (Red+Green+Blue) = 162+204+142=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CC8E is #5D3371. Grayscale: #B8B8B8. Windows color (decimal): -6108018 or 9358498. OLE color: 9358498.

HSL color Cylindrical-coordinate representation of color #A2CC8E: hue angle of 100.65º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2CC8E is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB162204142-
CMYK0.2100.300.2
HSL100.65º37.8%67.84%-
HSV(B)100.65º30.39%80%-
XYZ41.3852.8233.61-
YUV184.37104.09112.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=31.89%
G=40.16%
B=27.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041420.2100.300.2100.6537.867.84
HexA2CC8E1501E14652644
Octal242314216250362414546104
Binary101000101100110010001110101010111101010011001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CC8E; }

 p { color: rgb(162,204,142); }

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

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

 a { background-color: rgb(162,204,142); }

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

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

 span { border-color: rgb(162,204,142); }

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