#A3D08D

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

Shades of Gossip #A3D08D

Tints of Gossip #A3D08D

Color information

#A3D08D (or 0xA3D08D) is unknown color: approx Gossip. HEX triplet: A3, D0 and 8D. RGB value is (163,208,141). Sum of RGB (Red+Green+Blue) = 163+208+141=512 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.84% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D08D is #5C2F72. Grayscale: #BBBBBB. Windows color (decimal): -6041459 or 9293987. OLE color: 9293987.

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

Color convert

RGB163208141-
CMYK0.2200.320.18
HSL100.3º41.61%68.43%-
HSV(B)100.3º32.21%81.57%-
XYZ42.4754.8233.54-
YUV186.91102.09110.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.84%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=31.84%
G=40.62%
B=27.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632081410.2200.320.18100.341.6168.43
HexA3D08D1602012642a44
Octal243320215260402214452104
Binary1010001111010000100011011011001000001001011001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D08D; }

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

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

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

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

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

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

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

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