Html Css Color HEX #A0D78C Gossip

📋 copy color: '#A0D78C'

red 160 ◦ green 215 ◦ blue 140

#A0D78C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #A0D78C

Tints of Gossip #A0D78C

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 31.07%
G = 41.75%
B = 27.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A0D78C (or 0xA0D78C) is known color: Gossip. HEX triplet: A0, D7 and 8C. RGB value is (160,215,140). Sum of RGB (Red+Green+Blue) = 160+215+140=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D78C is #5F2873. Grayscale: #BEBEBE. Windows color (decimal): -6236276 or 9230240. OLE color: 9230240.

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

Color convert

RGB 160 215 140 -
CMYK 0.26 0 0.35 0.16
HSL 104º 0.48% 0.7% -
HSV(B) 104º 0.35% 0.84% -
XYZ 43.53 57.97 33.71 -
YUV 190.01 99.78 106.6 -
System Red Green Blue C M Y K H S L
Decimal 160 215 140 0.26 0 0.35 0.16 104 0.48 0.7
Hex A0 D7 8C 1A 0 23 10 68 30 46
Octal 240 327 214 32 0 43 20 150 60 106
Binary 10100000 11010111 10001100 11010 0 100011 10000 1101000 110000 1000110

Color Harmonies of #A0D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D78C

Black with #A0D78C

Text Example


Text Example

White with #A0D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D78C; }

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

 H1.HeaderClassName
 {
   color: #A0D78C;
 }
 .AnyTagClassName
 {
   color: #A0D78C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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