#A0DC84

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

Shades of Gossip #A0DC84

Tints of Gossip #A0DC84

Color information

#A0DC84 (or 0xA0DC84) is unknown color: approx Gossip. HEX triplet: A0, DC and 84. RGB value is (160,220,132). Sum of RGB (Red+Green+Blue) = 160+220+132=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 132 (51.95% from 255 or 25.78% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC84 is #5F237B. Grayscale: #C0C0C0. Windows color (decimal): -6235004 or 8707232. OLE color: 8707232.

HSL color Cylindrical-coordinate representation of color #A0DC84: hue angle of 100.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0DC84 is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB160220132-
CMYK0.2700.400.14
HSL100.91º55.7%69.02%-
HSV(B)100.91º40%86.27%-
XYZ44.2660.3331.14-
YUV192.0394.12105.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.25%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 132 (51.95% from 255) = 25.78%
R=31.25%
G=42.97%
B=25.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201320.2700.400.14100.9155.769.02
HexA0DC841B028E653845
Octal240334204330501614570105
Binary101000001101110010000100110110101000111011001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC84; }

 p { color: rgb(160,220,132); }

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

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

 a { background-color: rgb(160,220,132); }

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

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

 span { border-color: rgb(160,220,132); }

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