#9CD08D

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

Shades of Gossip #9CD08D

Tints of Gossip #9CD08D

Color information

#9CD08D (or 0x9CD08D) is unknown color: approx Gossip. HEX triplet: 9C, D0 and 8D. RGB value is (156,208,141). Sum of RGB (Red+Green+Blue) = 156+208+141=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD08D is #632F72. Grayscale: #B9B9B9. Windows color (decimal): -6500211 or 9293980. OLE color: 9293980.

HSL color Cylindrical-coordinate representation of color #9CD08D: hue angle of 106.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CD08D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB156208141-
CMYK0.2500.320.18
HSL106.57º41.61%68.43%-
HSV(B)106.57º32.21%81.57%-
XYZ41.0754.133.48-
YUV184.81103.27107.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 208 (81.64% from 255) = 41.19%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=30.89%
G=41.19%
B=27.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562081410.2500.320.18106.5741.6168.43
Hex9CD08D19020126b2a44
Octal234320215310402215352104
Binary1001110011010000100011011100101000001001011010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,141); }

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

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

 a { background-color: rgb(156,208,141); }

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

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

 span { border-color: rgb(156,208,141); }

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