#9CDB7F

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

Shades of Gossip #9CDB7F

Tints of Gossip #9CDB7F

Color information

#9CDB7F (or 0x9CDB7F) is unknown color: approx Gossip. HEX triplet: 9C, DB and 7F. RGB value is (156,219,127). Sum of RGB (Red+Green+Blue) = 156+219+127=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB7F is #632480. Grayscale: #BDBDBD. Windows color (decimal): -6497409 or 8379292. OLE color: 8379292.

HSL color Cylindrical-coordinate representation of color #9CDB7F: hue angle of 101.09º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CDB7F is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB156219127-
CMYK0.2900.420.14
HSL101.09º56.1%67.84%-
HSV(B)101.09º42.01%85.88%-
XYZ42.8759.2629.26-
YUV189.6892.63103.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.08%
GREEN value IS 219 (85.94% from 255) = 43.63%
BLUE value IS 127 (50% from 255) = 25.30%
R=31.08%
G=43.63%
B=25.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191270.2900.420.14101.0956.167.84
Hex9CDB7F1D02AE653844
Octal234333177350521614570104
Binary10011100110110111111111111010101010111011001011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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