#9CCF71

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

Shades of Gossip #9CCF71

Tints of Gossip #9CCF71

Color information

#9CCF71 (or 0x9CCF71) is unknown color: approx Gossip. HEX triplet: 9C, CF and 71. RGB value is (156,207,113). Sum of RGB (Red+Green+Blue) = 156+207+113=476 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.77% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF71 is #63308E. Grayscale: #B5B5B5. Windows color (decimal): -6500495 or 7458716. OLE color: 7458716.

HSL color Cylindrical-coordinate representation of color #9CCF71: hue angle of 92.55º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CCF71 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB156207113-
CMYK0.2500.450.19
HSL92.55º49.47%62.75%-
HSV(B)92.55º45.41%81.18%-
XYZ3952.8923.78-
YUV181.0489.6110.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.77%
GREEN value IS 207 (81.25% from 255) = 43.49%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=32.77%
G=43.49%
B=23.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1562071130.2500.450.1992.5549.4762.75
Hex9CCF711902D135d313f
Octal23431716131055231356177
Binary10011100110011111110001110010101101100111011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,113); }

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

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

 a { background-color: rgb(156,207,113); }

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

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

 span { border-color: rgb(156,207,113); }

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