Html Css Color HEX #A0DD89 Gossip

📋 copy color: '#A0DD89'

red 160 ◦ green 221 ◦ blue 137

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

Shades of Gossip #A0DD89

Tints of Gossip #A0DD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 30.89%
G = 42.66%
B = 26.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#A0DD89 (or 0xA0DD89) is known color: Gossip. HEX triplet: A0, DD and 89. RGB value is (160,221,137). Sum of RGB (Red+Green+Blue) = 160+221+137=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD89 is #5F2276. Grayscale: #C1C1C1. Windows color (decimal): -6234743 or 9035168. OLE color: 9035168.

HSL color Cylindrical-coordinate representation of color #A0DD89: hue angle of 103.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0DD89 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 137 -
CMYK 0.28 0 0.38 0.13
HSL 103.57º 0.55% 0.7% -
HSV(B) 103.57º 0.38% 0.87% -
XYZ 44.87 60.99 33.07 -
YUV 193.19 96.29 104.33 -
System Red Green Blue C M Y K H S L
Decimal 160 221 137 0.28 0 0.38 0.13 103.57 0.55 0.7
Hex A0 DD 89 1C 0 26 D 68 37 46
Octal 240 335 211 34 0 46 15 150 67 106
Binary 10100000 11011101 10001001 11100 0 100110 1101 1101000 110111 1000110

Color Harmonies of #A0DD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD89

Black with #A0DD89

Text Example


Text Example

White with #A0DD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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