#A2D48E

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

Shades of Gossip #A2D48E

Tints of Gossip #A2D48E

Color information

#A2D48E (or 0xA2D48E) is unknown color: approx Gossip. HEX triplet: A2, D4 and 8E. RGB value is (162,212,142). Sum of RGB (Red+Green+Blue) = 162+212+142=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48E is #5D2B71. Grayscale: #BDBDBD. Windows color (decimal): -6105970 or 9360546. OLE color: 9360546.

HSL color Cylindrical-coordinate representation of color #A2D48E: hue angle of 102.86º degrees, saturation: 0.45, 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 #A2D48E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB162212142-
CMYK0.2400.330.17
HSL102.86º44.87%69.41%-
HSV(B)102.86º33.02%83.14%-
XYZ43.3356.7234.26-
YUV189.07101.44108.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 212 (83.20% from 255) = 41.09%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=31.40%
G=41.09%
B=27.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121420.2400.330.17102.8644.8769.41
HexA2D48E1802111672d45
Octal242324216300412114755105
Binary1010001011010100100011101100001000011000111001111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D48E; }

 p { color: rgb(162,212,142); }

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

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

 a { background-color: rgb(162,212,142); }

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

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

 span { border-color: rgb(162,212,142); }

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