#A2D48A

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

Shades of Gossip #A2D48A

Tints of Gossip #A2D48A

Color information

#A2D48A (or 0xA2D48A) is unknown color: approx Gossip. HEX triplet: A2, D4 and 8A. RGB value is (162,212,138). Sum of RGB (Red+Green+Blue) = 162+212+138=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D48A is #5D2B75. Grayscale: #BCBCBC. Windows color (decimal): -6105974 or 9098402. OLE color: 9098402.

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

Color convert

RGB162212138-
CMYK0.2400.350.17
HSL100.54º46.25%68.63%-
HSV(B)100.54º34.91%83.14%-
XYZ43.0356.632.7-
YUV188.6199.44109.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 212 (83.20% from 255) = 41.41%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=31.64%
G=41.41%
B=26.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121380.2400.350.17100.5446.2568.63
HexA2D48A1802311652e45
Octal242324212300432114556105
Binary1010001011010100100010101100001000111000111001011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D48A; }

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

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

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

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

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

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

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

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