#A1D48E

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

Shades of Gossip #A1D48E

Tints of Gossip #A1D48E

Color information

#A1D48E (or 0xA1D48E) is unknown color: approx Gossip. HEX triplet: A1, D4 and 8E. RGB value is (161,212,142). Sum of RGB (Red+Green+Blue) = 161+212+142=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D48E is #5E2B71. Grayscale: #BDBDBD. Windows color (decimal): -6171506 or 9360545. OLE color: 9360545.

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

Color convert

RGB161212142-
CMYK0.2400.330.17
HSL103.71º44.87%69.41%-
HSV(B)103.71º33.02%83.14%-
XYZ43.1256.6234.25-
YUV188.77101.6108.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=31.26%
G=41.17%
B=27.57%

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
Decimal1612121420.2400.330.17103.7144.8769.41
HexA1D48E1802111682d45
Octal241324216300412115055105
Binary1010000111010100100011101100001000011000111010001011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D48E; }

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

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

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

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

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

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

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

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