#9CD97E

Color #9CD97E Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #9CD97E

Tints of Gossip #9CD97E

Color information

#9CD97E (or 0x9CD97E) is unknown color: approx Gossip. HEX triplet: 9C, D9 and 7E. RGB value is (156,217,126). Sum of RGB (Red+Green+Blue) = 156+217+126=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD97E is #632681. Grayscale: #BCBCBC. Windows color (decimal): -6497922 or 8313244. OLE color: 8313244.

HSL color Cylindrical-coordinate representation of color #9CD97E: hue angle of 100.22º 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 #9CD97E is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB156217126-
CMYK0.2800.420.15
HSL100.22º54.49%67.25%-
HSV(B)100.22º41.94%85.1%-
XYZ42.2958.228.74-
YUV188.3992.79104.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.26%
GREEN value IS 217 (85.16% from 255) = 43.49%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=31.26%
G=43.49%
B=25.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562171260.2800.420.15100.2254.4967.25
Hex9CD97E1C02AF643643
Octal234331176340521714466103
Binary10011100110110011111110111000101010111111001001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CD97E;
 }
 .AnyTagClassName
 {
   color: #9CD97E;
 }
</style>
background-color css

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

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

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

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

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

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