Html Css Color HEX #9DD78C Gossip

📋 copy color: '#9DD78C'

red 157 ◦ green 215 ◦ blue 140

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

Shades of Gossip #9DD78C

Tints of Gossip #9DD78C

RGB

 RED value IS 157 (61.72% from 255) = 30.66%

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

 BLUE value IS 140 (55.08% from 255) = 27.34%

R = 30.66%
G = 41.99%
B = 27.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#9DD78C (or 0x9DD78C) is known color: Gossip. HEX triplet: 9D, D7 and 8C. RGB value is (157,215,140). Sum of RGB (Red+Green+Blue) = 157+215+140=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 215 (84.38% from 255 or 41.99% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD78C is #622873. Grayscale: #BDBDBD. Windows color (decimal): -6432884 or 9230237. OLE color: 9230237.

HSL color Cylindrical-coordinate representation of color #9DD78C: hue angle of 106.4º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DD78C is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 215 140 -
CMYK 0.27 0 0.35 0.16
HSL 106.4º 0.48% 0.7% -
HSV(B) 106.4º 0.35% 0.84% -
XYZ 42.94 57.66 33.68 -
YUV 189.11 100.28 105.1 -
System Red Green Blue C M Y K H S L
Decimal 157 215 140 0.27 0 0.35 0.16 106.4 0.48 0.7
Hex 9D D7 8C 1B 0 23 10 6A 30 46
Octal 235 327 214 33 0 43 20 152 60 106
Binary 10011101 11010111 10001100 11011 0 100011 10000 1101010 110000 1000110

Color Harmonies of #9DD78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD78C

Black with #9DD78C

Text Example


Text Example

White with #9DD78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD78C; }

 p { color: rgb(157,215,140); }

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

background-color css

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

 a { background-color: rgb(157,215,140); }

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

border-color css

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

 span { border-color: rgb(157,215,140); }

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