#9CDA7E

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

Shades of Gossip #9CDA7E

Tints of Gossip #9CDA7E

Color information

#9CDA7E (or 0x9CDA7E) is unknown color: approx Gossip. HEX triplet: 9C, DA and 7E. RGB value is (156,218,126). Sum of RGB (Red+Green+Blue) = 156+218+126=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA7E is #632581. Grayscale: #BDBDBD. Windows color (decimal): -6497666 or 8313500. OLE color: 8313500.

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

Color convert

RGB156218126-
CMYK0.2800.420.15
HSL100.43º55.42%67.45%-
HSV(B)100.43º42.2%85.49%-
XYZ42.5558.7228.83-
YUV188.9792.46104.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.2%
GREEN value IS 218 (85.55% from 255) = 43.6%
BLUE value IS 126 (49.61% from 255) = 25.2%
R=31.2%
G=43.6%
B=25.2%

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
Decimal1562181260.2800.420.15100.4355.4267.45
Hex9CDA7E1C02AF643743
Octal234332176340521714467103
Binary10011100110110101111110111000101010111111001001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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