#9CD26D

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

Shades of Gossip #9CD26D

Tints of Gossip #9CD26D

Color information

#9CD26D (or 0x9CD26D) is unknown color: approx Gossip. HEX triplet: 9C, D2 and 6D. RGB value is (156,210,109). Sum of RGB (Red+Green+Blue) = 156+210+109=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #9CD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD26D is #632D92. Grayscale: #B6B6B6. Windows color (decimal): -6499731 or 7197340. OLE color: 7197340.

HSL color Cylindrical-coordinate representation of color #9CD26D: hue angle of 92.08º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CD26D is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB156210109-
CMYK0.2600.480.18
HSL92.08º52.88%62.55%-
HSV(B)92.08º48.1%82.35%-
XYZ39.5254.2722.86-
YUV182.3486.61109.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=32.84%
G=44.21%
B=22.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562101090.2600.480.1892.0852.8862.55
Hex9CD26D1A030125c353f
Octal23432215532060221346577
Binary10011100110100101101101110100110000100101011100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,210,109); }

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

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

 a { background-color: rgb(156,210,109); }

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

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

 span { border-color: rgb(156,210,109); }

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