#A2CD8F

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

Shades of Gossip #A2CD8F

Tints of Gossip #A2CD8F

Color information

#A2CD8F (or 0xA2CD8F) is unknown color: approx Gossip. HEX triplet: A2, CD and 8F. RGB value is (162,205,143). Sum of RGB (Red+Green+Blue) = 162+205+143=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD8F is #5D3270. Grayscale: #B9B9B9. Windows color (decimal): -6107761 or 9424290. OLE color: 9424290.

HSL color Cylindrical-coordinate representation of color #A2CD8F: hue angle of 101.61º 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 #A2CD8F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB162205143-
CMYK0.2100.300.20
HSL101.61º38.27%68.24%-
HSV(B)101.61º30.24%80.39%-
XYZ41.6953.3334.08-
YUV185.08104.25111.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=31.76%
G=40.20%
B=28.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051430.2100.300.20101.6138.2768.24
HexA2CD8F1501E14662644
Octal242315217250362414646104
Binary101000101100110110001111101010111101010011001101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD8F; }

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

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

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

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

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

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

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

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