#A2CE8A

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

Shades of Gossip #A2CE8A

Tints of Gossip #A2CE8A

Color information

#A2CE8A (or 0xA2CE8A) is unknown color: approx Gossip. HEX triplet: A2, CE and 8A. RGB value is (162,206,138). Sum of RGB (Red+Green+Blue) = 162+206+138=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CE8A is #5D3175. Grayscale: #B9B9B9. Windows color (decimal): -6107510 or 9096866. OLE color: 9096866.

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

Color convert

RGB162206138-
CMYK0.2100.330.19
HSL98.82º40.96%67.45%-
HSV(B)98.82º33.01%80.78%-
XYZ41.5653.6632.21-
YUV185.09101.42111.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.02%
GREEN value IS 206 (80.86% from 255) = 40.71%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=32.02%
G=40.71%
B=27.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061380.2100.330.1998.8240.9667.45
HexA2CE8A1502113632943
Octal242316212250412314351103
Binary1010001011001110100010101010101000011001111000111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE8A; }

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

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

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

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

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

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

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

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