#9CDD7F

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

Shades of Gossip #9CDD7F

Tints of Gossip #9CDD7F

Color information

#9CDD7F (or 0x9CDD7F) is unknown color: approx Gossip. HEX triplet: 9C, DD and 7F. RGB value is (156,221,127). Sum of RGB (Red+Green+Blue) = 156+221+127=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD7F is #632280. Grayscale: #BFBFBF. Windows color (decimal): -6496897 or 8379804. OLE color: 8379804.

HSL color Cylindrical-coordinate representation of color #9CDD7F: hue angle of 101.49º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CDD7F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB156221127-
CMYK0.2900.430.13
HSL101.49º58.02%68.24%-
HSV(B)101.49º42.53%86.67%-
XYZ43.460.3129.43-
YUV190.8591.97103.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 127 (50% from 255) = 25.20%
R=30.95%
G=43.85%
B=25.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211270.2900.430.13101.4958.0268.24
Hex9CDD7F1D02BD653a44
Octal234335177350531514572104
Binary10011100110111011111111111010101011110111001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,127); }

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

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

 a { background-color: rgb(156,221,127); }

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

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

 span { border-color: rgb(156,221,127); }

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