#A1D490

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

Shades of Gossip #A1D490

Tints of Gossip #A1D490

Color information

#A1D490 (or 0xA1D490) is unknown color: approx Gossip. HEX triplet: A1, D4 and 90. RGB value is (161,212,144). Sum of RGB (Red+Green+Blue) = 161+212+144=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D490 is #5E2B6F. Grayscale: #BDBDBD. Windows color (decimal): -6171504 or 9491617. OLE color: 9491617.

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

Color convert

RGB161212144-
CMYK0.2400.320.17
HSL105º44.16%69.8%-
HSV(B)105º32.08%83.14%-
XYZ43.2856.6835.04-
YUV189102.6108.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=31.14%
G=41.01%
B=27.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121440.2400.320.1710544.1669.8
HexA1D4901802011692c46
Octal241324220300402115154106
Binary1010000111010100100100001100001000001000111010011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D490; }

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

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

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

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

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

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

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

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