Html Css Color HEX #A0D78A Gossip

📋 copy color: '#A0D78A'

red 160 ◦ green 215 ◦ blue 138

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

Shades of Gossip #A0D78A

Tints of Gossip #A0D78A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.91%

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

R = 31.19%
G = 41.91%
B = 26.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#A0D78A (or 0xA0D78A) is known color: Gossip. HEX triplet: A0, D7 and 8A. RGB value is (160,215,138). Sum of RGB (Red+Green+Blue) = 160+215+138=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D78A is #5F2875. Grayscale: #BEBEBE. Windows color (decimal): -6236278 or 9099168. OLE color: 9099168.

HSL color Cylindrical-coordinate representation of color #A0D78A: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D78A is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 215 138 -
CMYK 0.26 0 0.36 0.16
HSL 102.86º 0.49% 0.69% -
HSV(B) 102.86º 0.36% 0.84% -
XYZ 43.39 57.91 32.94 -
YUV 189.78 98.78 106.76 -
System Red Green Blue C M Y K H S L
Decimal 160 215 138 0.26 0 0.36 0.16 102.86 0.49 0.69
Hex A0 D7 8A 1A 0 24 10 67 31 45
Octal 240 327 212 32 0 44 20 147 61 105
Binary 10100000 11010111 10001010 11010 0 100100 10000 1100111 110001 1000101

Color Harmonies of #A0D78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D78A

Black with #A0D78A

Text Example


Text Example

White with #A0D78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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