#9DD18C

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

Shades of Gossip #9DD18C

Tints of Gossip #9DD18C

Color information

#9DD18C (or 0x9DD18C) is unknown color: approx Gossip. HEX triplet: 9D, D1 and 8C. RGB value is (157,209,140). Sum of RGB (Red+Green+Blue) = 157+209+140=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD18C is #622E73. Grayscale: #B9B9B9. Windows color (decimal): -6434420 or 9228701. OLE color: 9228701.

HSL color Cylindrical-coordinate representation of color #9DD18C: hue angle of 105.22º degrees, saturation: 0.43, 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 #9DD18C is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB157209140-
CMYK0.2500.330.18
HSL105.22º42.86%68.43%-
HSV(B)105.22º33.01%81.96%-
XYZ41.4454.6633.18-
YUV185.59102.27107.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 209 (82.03% from 255) = 41.30%
BLUE value IS 140 (55.08% from 255) = 27.67%
R=31.03%
G=41.30%
B=27.67%

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
Decimal1572091400.2500.330.18105.2242.8668.43
Hex9DD18C1902112692b44
Octal235321214310412215153104
Binary1001110111010001100011001100101000011001011010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,209,140); }

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

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

 a { background-color: rgb(157,209,140); }

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

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

 span { border-color: rgb(157,209,140); }

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