#A2CD8C

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

Shades of Gossip #A2CD8C

Tints of Gossip #A2CD8C

Color information

#A2CD8C (or 0xA2CD8C) is unknown color: approx Gossip. HEX triplet: A2, CD and 8C. RGB value is (162,205,140). Sum of RGB (Red+Green+Blue) = 162+205+140=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD8C is #5D3273. Grayscale: #B8B8B8. Windows color (decimal): -6107764 or 9227682. OLE color: 9227682.

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

Color convert

RGB162205140-
CMYK0.2100.320.20
HSL99.69º39.39%67.65%-
HSV(B)99.69º31.71%80.39%-
XYZ41.4753.2432.9-
YUV184.73102.75111.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=31.95%
G=40.43%
B=27.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051400.2100.320.2099.6939.3967.65
HexA2CD8C1502014642744
Octal242315214250402414447104
Binary1010001011001101100011001010101000001010011001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD8C; }

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

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

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

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

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

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

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

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