#A2D28C

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

Shades of Gossip #A2D28C

Tints of Gossip #A2D28C

Color information

#A2D28C (or 0xA2D28C) is unknown color: approx Gossip. HEX triplet: A2, D2 and 8C. RGB value is (162,210,140). Sum of RGB (Red+Green+Blue) = 162+210+140=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D28C is #5D2D73. Grayscale: #BBBBBB. Windows color (decimal): -6106484 or 9228962. OLE color: 9228962.

HSL color Cylindrical-coordinate representation of color #A2D28C: hue angle of 101.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2D28C is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB162210140-
CMYK0.2300.330.18
HSL101.14º43.75%68.63%-
HSV(B)101.14º33.33%82.35%-
XYZ42.6855.6733.31-
YUV187.67101.1109.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 210 (82.42% from 255) = 41.02%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=31.64%
G=41.02%
B=27.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622101400.2300.330.18101.1443.7568.63
HexA2D28C1702112652c45
Octal242322214270412214554105
Binary1010001011010010100011001011101000011001011001011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D28C; }

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

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

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

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

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

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

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

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