#A0D78E

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

Shades of Gossip #A0D78E

Tints of Gossip #A0D78E

Color information

#A0D78E (or 0xA0D78E) is unknown color: approx Gossip. HEX triplet: A0, D7 and 8E. RGB value is (160,215,142). Sum of RGB (Red+Green+Blue) = 160+215+142=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D78E is #5F2871. Grayscale: #BEBEBE. Windows color (decimal): -6236274 or 9361312. OLE color: 9361312.

HSL color Cylindrical-coordinate representation of color #A0D78E: hue angle of 105.21º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0D78E is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB160215142-
CMYK0.2600.340.16
HSL105.21º47.71%70%-
HSV(B)105.21º33.95%84.31%-
XYZ43.6858.0334.49-
YUV190.23100.78106.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=30.95%
G=41.59%
B=27.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602151420.2600.340.16105.2147.7170
HexA0D78E1A02210693046
Octal240327216320422015160106
Binary1010000011010111100011101101001000101000011010011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D78E; }

 p { color: rgb(160,215,142); }

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

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

 a { background-color: rgb(160,215,142); }

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

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

 span { border-color: rgb(160,215,142); }

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