#9CD97A

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

Shades of Gossip #9CD97A

Tints of Gossip #9CD97A

Color information

#9CD97A (or 0x9CD97A) is unknown color: approx Gossip. HEX triplet: 9C, D9 and 7A. RGB value is (156,217,122). Sum of RGB (Red+Green+Blue) = 156+217+122=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD97A is #632685. Grayscale: #BCBCBC. Windows color (decimal): -6497926 or 8051100. OLE color: 8051100.

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

Color convert

RGB156217122-
CMYK0.2800.440.15
HSL98.53º55.56%66.47%-
HSV(B)98.53º43.78%85.1%-
XYZ42.0458.127.41-
YUV187.9390.79105.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 217 (85.16% from 255) = 43.84%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=31.52%
G=43.84%
B=24.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562171220.2800.440.1598.5355.5666.47
Hex9CD97A1C02CF633842
Octal234331172340541714370102
Binary10011100110110011111010111000101100111111000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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