#A2D38D

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

Shades of Gossip #A2D38D

Tints of Gossip #A2D38D

Color information

#A2D38D (or 0xA2D38D) is unknown color: approx Gossip. HEX triplet: A2, D3 and 8D. RGB value is (162,211,141). Sum of RGB (Red+Green+Blue) = 162+211+141=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D38D is #5D2C72. Grayscale: #BCBCBC. Windows color (decimal): -6106227 or 9294754. OLE color: 9294754.

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

Color convert

RGB162211141-
CMYK0.2300.330.17
HSL102º44.3%69.02%-
HSV(B)102º33.18%82.75%-
XYZ4356.1933.78-
YUV188.37101.27109.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 211 (82.81% from 255) = 41.05%
BLUE value IS 141 (55.47% from 255) = 27.43%
R=31.52%
G=41.05%
B=27.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111410.2300.330.1710244.369.02
HexA2D38D1702111662c45
Octal242323215270412114654105
Binary1010001011010011100011011011101000011000111001101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D38D; }

 p { color: rgb(162,211,141); }

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

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

 a { background-color: rgb(162,211,141); }

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

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

 span { border-color: rgb(162,211,141); }

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