#A2D08C

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

Shades of Gossip #A2D08C

Tints of Gossip #A2D08C

Color information

#A2D08C (or 0xA2D08C) is unknown color: approx Gossip. HEX triplet: A2, D0 and 8C. RGB value is (162,208,140). Sum of RGB (Red+Green+Blue) = 162+208+140=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D08C is #5D2F73. Grayscale: #BABABA. Windows color (decimal): -6106996 or 9228450. OLE color: 9228450.

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

Color convert

RGB162208140-
CMYK0.2200.330.18
HSL100.59º41.98%68.24%-
HSV(B)100.59º32.69%81.57%-
XYZ42.1954.6933.14-
YUV186.49101.76110.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=31.76%
G=40.78%
B=27.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622081400.2200.330.18100.5941.9868.24
HexA2D08C1602112652a44
Octal242320214260412214552104
Binary1010001011010000100011001011001000011001011001011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D08C; }

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

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

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

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

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

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

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

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