#9CCD8F

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

Shades of Gossip #9CCD8F

Tints of Gossip #9CCD8F

Color information

#9CCD8F (or 0x9CCD8F) is unknown color: approx Gossip. HEX triplet: 9C, CD and 8F. RGB value is (156,205,143). Sum of RGB (Red+Green+Blue) = 156+205+143=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #9CCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CCD8F is #633270. Grayscale: #B7B7B7. Windows color (decimal): -6500977 or 9424284. OLE color: 9424284.

HSL color Cylindrical-coordinate representation of color #9CCD8F: hue angle of 107.42º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCD8F is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB156205143-
CMYK0.2400.300.20
HSL107.42º38.27%68.24%-
HSV(B)107.42º30.24%80.39%-
XYZ40.552.7134.03-
YUV183.28105.27108.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 143 (56.25% from 255) = 28.37%
R=30.95%
G=40.67%
B=28.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1562051430.2400.300.20107.4238.2768.24
Hex9CCD8F1801E146b2644
Octal234315217300362415346104
Binary100111001100110110001111110000111101010011010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,143); }

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

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

 a { background-color: rgb(156,205,143); }

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

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

 span { border-color: rgb(156,205,143); }

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