#A0D489

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

Shades of Gossip #A0D489

Tints of Gossip #A0D489

Color information

#A0D489 (or 0xA0D489) is unknown color: approx Gossip. HEX triplet: A0, D4 and 89. RGB value is (160,212,137). Sum of RGB (Red+Green+Blue) = 160+212+137=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D489 is #5F2B76. Grayscale: #BCBCBC. Windows color (decimal): -6237047 or 9032864. OLE color: 9032864.

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

Color convert

RGB160212137-
CMYK0.2500.350.17
HSL101.6º46.58%68.43%-
HSV(B)101.6º35.38%83.14%-
XYZ42.5656.3732.3-
YUV187.999.27108.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=31.43%
G=41.65%
B=26.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602121370.2500.350.17101.646.5868.43
HexA0D4891902311662f44
Octal240324211310432114657104
Binary1010000011010100100010011100101000111000111001101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D489; }

 p { color: rgb(160,212,137); }

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

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

 a { background-color: rgb(160,212,137); }

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

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

 span { border-color: rgb(160,212,137); }

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