Html Css Color HEX #A0DB8A Gossip

📋 copy color: '#A0DB8A'

red 160 ◦ green 219 ◦ blue 138

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

Shades of Gossip #A0DB8A

Tints of Gossip #A0DB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

 BLUE value IS 138 (54.3% from 255) = 26.69%

R = 30.95%
G = 42.36%
B = 26.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#A0DB8A (or 0xA0DB8A) is known color: Gossip. HEX triplet: A0, DB and 8A. RGB value is (160,219,138). Sum of RGB (Red+Green+Blue) = 160+219+138=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB8A is #5F2475. Grayscale: #C0C0C0. Windows color (decimal): -6235254 or 9100192. OLE color: 9100192.

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

Color convert

RGB 160 219 138 -
CMYK 0.27 0 0.37 0.14
HSL 103.7º 0.53% 0.7% -
HSV(B) 103.7º 0.37% 0.86% -
XYZ 44.42 59.97 33.28 -
YUV 192.13 97.45 105.09 -
System Red Green Blue C M Y K H S L
Decimal 160 219 138 0.27 0 0.37 0.14 103.7 0.53 0.7
Hex A0 DB 8A 1B 0 25 E 68 35 46
Octal 240 333 212 33 0 45 16 150 65 106
Binary 10100000 11011011 10001010 11011 0 100101 1110 1101000 110101 1000110

Color Harmonies of #A0DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DB8A

Black with #A0DB8A

Text Example


Text Example

White with #A0DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DB8A; }

 p { color: rgb(160,219,138); }

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

background-color css

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

 a { background-color: rgb(160,219,138); }

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

border-color css

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

 span { border-color: rgb(160,219,138); }

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