Html Css Color HEX #A0C980 Gossip

📋 copy color: '#A0C980'

red 160 ◦ green 201 ◦ blue 128

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

Shades of Gossip #A0C980

Tints of Gossip #A0C980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 32.72%
G = 41.1%
B = 26.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#A0C980 (or 0xA0C980) is known color: Gossip. HEX triplet: A0, C9 and 80. RGB value is (160,201,128). Sum of RGB (Red+Green+Blue) = 160+201+128=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C980 is #5F367F. Grayscale: #B4B4B4. Windows color (decimal): -6239872 or 8440224. OLE color: 8440224.

HSL color Cylindrical-coordinate representation of color #A0C980: hue angle of 93.7º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0C980 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 201 128 -
CMYK 0.20 0 0.36 0.21
HSL 93.7º 0.4% 0.65% -
HSV(B) 93.7º 0.36% 0.79% -
XYZ 39.28 50.81 28.16 -
YUV 180.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 160 201 128 0.20 0 0.36 0.21 93.7 0.4 0.65
Hex A0 C9 80 14 0 24 15 5E 28 41
Octal 240 311 200 24 0 44 25 136 50 101
Binary 10100000 11001001 10000000 10100 0 100100 10101 1011110 101000 1000001

Color Harmonies of #A0C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C980

Black with #A0C980

Text Example


Text Example

White with #A0C980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C980; }

 p { color: rgb(160,201,128); }

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

background-color css

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

 a { background-color: rgb(160,201,128); }

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

border-color css

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

 span { border-color: rgb(160,201,128); }

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