Html Css Color HEX #9DD97E Gossip

📋 copy color: '#9DD97E'

red 157 ◦ green 217 ◦ blue 126

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

Shades of Gossip #9DD97E

Tints of Gossip #9DD97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.4%

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 31.4%
G = 43.4%
B = 25.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#9DD97E (or 0x9DD97E) is known color: Gossip. HEX triplet: 9D, D9 and 7E. RGB value is (157,217,126). Sum of RGB (Red+Green+Blue) = 157+217+126=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD97E is #622681. Grayscale: #BCBCBC. Windows color (decimal): -6432386 or 8313245. OLE color: 8313245.

HSL color Cylindrical-coordinate representation of color #9DD97E: hue angle of 99.56º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DD97E is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 126 -
CMYK 0.28 0 0.42 0.15
HSL 99.56º 0.54% 0.67% -
HSV(B) 99.56º 0.42% 0.85% -
XYZ 42.48 58.3 28.75 -
YUV 188.69 92.62 105.4 -
System Red Green Blue C M Y K H S L
Decimal 157 217 126 0.28 0 0.42 0.15 99.56 0.54 0.67
Hex 9D D9 7E 1C 0 2A F 64 36 43
Octal 235 331 176 34 0 52 17 144 66 103
Binary 10011101 11011001 1111110 11100 0 101010 1111 1100100 110110 1000011

Color Harmonies of #9DD97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD97E

Black with #9DD97E

Text Example


Text Example

White with #9DD97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,126); }

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

background-color css

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

 a { background-color: rgb(157,217,126); }

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

border-color css

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

 span { border-color: rgb(157,217,126); }

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