#A3D08C

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

Shades of Gossip #A3D08C

Tints of Gossip #A3D08C

Color information

#A3D08C (or 0xA3D08C) is unknown color: approx Gossip. HEX triplet: A3, D0 and 8C. RGB value is (163,208,140). Sum of RGB (Red+Green+Blue) = 163+208+140=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 140 (55.08% from 255 or 27.40% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D08C is #5C2F73. Grayscale: #BBBBBB. Windows color (decimal): -6041460 or 9228451. OLE color: 9228451.

HSL color Cylindrical-coordinate representation of color #A3D08C: hue angle of 99.71º 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 #A3D08C is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB163208140-
CMYK0.2200.330.18
HSL99.71º41.98%68.24%-
HSV(B)99.71º32.69%81.57%-
XYZ42.3954.7933.15-
YUV186.79101.59111.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 140 (55.08% from 255) = 27.40%
R=31.90%
G=40.70%
B=27.40%

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
Decimal1632081400.2200.330.1899.7141.9868.24
HexA3D08C1602112642a44
Octal243320214260412214452104
Binary1010001111010000100011001011001000011001011001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D08C; }

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

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

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

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

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

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

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

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