#A2CE8E

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

Shades of Gossip #A2CE8E

Tints of Gossip #A2CE8E

Color information

#A2CE8E (or 0xA2CE8E) is unknown color: approx Gossip. HEX triplet: A2, CE and 8E. RGB value is (162,206,142). Sum of RGB (Red+Green+Blue) = 162+206+142=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE8E is #5D3171. Grayscale: #B9B9B9. Windows color (decimal): -6107506 or 9359010. OLE color: 9359010.

HSL color Cylindrical-coordinate representation of color #A2CE8E: hue angle of 101.25º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2CE8E is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB162206142-
CMYK0.2100.310.19
HSL101.25º39.51%68.24%-
HSV(B)101.25º31.07%80.78%-
XYZ41.8553.7833.77-
YUV185.55103.42111.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 206 (80.86% from 255) = 40.39%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=31.76%
G=40.39%
B=27.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061420.2100.310.19101.2539.5168.24
HexA2CE8E1501F13652844
Octal242316216250372314550104
Binary101000101100111010001110101010111111001111001011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE8E; }

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

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

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

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

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

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

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

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