Html Css Color HEX #A0DC89 Gossip

📋 copy color: '#A0DC89'

red 160 ◦ green 220 ◦ blue 137

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

Shades of Gossip #A0DC89

Tints of Gossip #A0DC89

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.55%

 BLUE value IS 137 (53.91% from 255) = 26.5%

R = 30.95%
G = 42.55%
B = 26.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#A0DC89 (or 0xA0DC89) is known color: Gossip. HEX triplet: A0, DC and 89. RGB value is (160,220,137). Sum of RGB (Red+Green+Blue) = 160+220+137=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC89 is #5F2376. Grayscale: #C0C0C0. Windows color (decimal): -6234999 or 9034912. OLE color: 9034912.

HSL color Cylindrical-coordinate representation of color #A0DC89: hue angle of 103.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0DC89 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 137 -
CMYK 0.27 0 0.38 0.14
HSL 103.37º 0.54% 0.7% -
HSV(B) 103.37º 0.38% 0.86% -
XYZ 44.61 60.47 32.99 -
YUV 192.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 160 220 137 0.27 0 0.38 0.14 103.37 0.54 0.7
Hex A0 DC 89 1B 0 26 E 67 36 46
Octal 240 334 211 33 0 46 16 147 66 106
Binary 10100000 11011100 10001001 11011 0 100110 1110 1100111 110110 1000110

Color Harmonies of #A0DC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC89

Black with #A0DC89

Text Example


Text Example

White with #A0DC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC89; }

 p { color: rgb(160,220,137); }

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

background-color css

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

 a { background-color: rgb(160,220,137); }

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

border-color css

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

 span { border-color: rgb(160,220,137); }

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