#A2CD8E

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

Shades of Gossip #A2CD8E

Tints of Gossip #A2CD8E

Color information

#A2CD8E (or 0xA2CD8E) is unknown color: approx Gossip. HEX triplet: A2, CD and 8E. RGB value is (162,205,142). Sum of RGB (Red+Green+Blue) = 162+205+142=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD8E is #5D3271. Grayscale: #B9B9B9. Windows color (decimal): -6107762 or 9358754. OLE color: 9358754.

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

Color convert

RGB162205142-
CMYK0.2100.310.20
HSL100.95º38.65%68.04%-
HSV(B)100.95º30.73%80.39%-
XYZ41.6153.333.69-
YUV184.96103.75111.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=31.83%
G=40.28%
B=27.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051420.2100.310.20100.9538.6568.04
HexA2CD8E1501F14652744
Octal242315216250372414547104
Binary101000101100110110001110101010111111010011001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD8E; }

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

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

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

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

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

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

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

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