#A0D07D

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

Shades of Gossip #A0D07D

Tints of Gossip #A0D07D

Color information

#A0D07D (or 0xA0D07D) is unknown color: approx Gossip. HEX triplet: A0, D0 and 7D. RGB value is (160,208,125). Sum of RGB (Red+Green+Blue) = 160+208+125=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D07D is #5F2F82. Grayscale: #B8B8B8. Windows color (decimal): -6238083 or 8245408. OLE color: 8245408.

HSL color Cylindrical-coordinate representation of color #A0D07D: hue angle of 94.7º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D07D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB160208125-
CMYK0.2300.400.18
HSL94.7º46.89%65.29%-
HSV(B)94.7º39.9%81.57%-
XYZ40.7554.0727.69-
YUV184.1994.6110.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.45%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 125 (49.22% from 255) = 25.35%
R=32.45%
G=42.19%
B=25.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1602081250.2300.400.1894.746.8965.29
HexA0D07D17028125f2f41
Octal240320175270502213757101
Binary101000001101000011111011011101010001001010111111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D07D; }

 p { color: rgb(160,208,125); }

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

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

 a { background-color: rgb(160,208,125); }

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

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

 span { border-color: rgb(160,208,125); }

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