Html Css Color HEX #A0D680 Gossip

📋 copy color: '#A0D680'

red 160 ◦ green 214 ◦ blue 128

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

Shades of Gossip #A0D680

Tints of Gossip #A0D680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.63%

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

R = 31.87%
G = 42.63%
B = 25.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#A0D680 (or 0xA0D680) is known color: Gossip. HEX triplet: A0, D6 and 80. RGB value is (160,214,128). Sum of RGB (Red+Green+Blue) = 160+214+128=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D680 is #5F297F. Grayscale: #BCBCBC. Windows color (decimal): -6236544 or 8443552. OLE color: 8443552.

HSL color Cylindrical-coordinate representation of color #A0D680: hue angle of 97.67º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0D680 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 128 -
CMYK 0.25 0 0.40 0.16
HSL 97.67º 0.51% 0.67% -
HSV(B) 97.67º 0.4% 0.84% -
XYZ 42.44 57.13 29.21 -
YUV 188.05 94.11 107.99 -
System Red Green Blue C M Y K H S L
Decimal 160 214 128 0.25 0 0.40 0.16 97.67 0.51 0.67
Hex A0 D6 80 19 0 28 10 62 33 43
Octal 240 326 200 31 0 50 20 142 63 103
Binary 10100000 11010110 10000000 11001 0 101000 10000 1100010 110011 1000011

Color Harmonies of #A0D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D680

Black with #A0D680

Text Example


Text Example

White with #A0D680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D680; }

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

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

background-color css

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

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

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

border-color css

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

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

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