#9CD08C

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

Shades of Gossip #9CD08C

Tints of Gossip #9CD08C

Color information

#9CD08C (or 0x9CD08C) is unknown color: approx Gossip. HEX triplet: 9C, D0 and 8C. RGB value is (156,208,140). Sum of RGB (Red+Green+Blue) = 156+208+140=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD08C is #632F73. Grayscale: #B8B8B8. Windows color (decimal): -6500212 or 9228444. OLE color: 9228444.

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

Color convert

RGB156208140-
CMYK0.2500.330.18
HSL105.88º41.98%68.24%-
HSV(B)105.88º32.69%81.57%-
XYZ4154.0733.09-
YUV184.7102.77107.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.95%
GREEN value IS 208 (81.64% from 255) = 41.27%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=30.95%
G=41.27%
B=27.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1562081400.2500.330.18105.8841.9868.24
Hex9CD08C19021126a2a44
Octal234320214310412215252104
Binary1001110011010000100011001100101000011001011010101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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