#9DD58C

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

Shades of Gossip #9DD58C

Tints of Gossip #9DD58C

Color information

#9DD58C (or 0x9DD58C) is unknown color: approx Gossip. HEX triplet: 9D, D5 and 8C. RGB value is (157,213,140). Sum of RGB (Red+Green+Blue) = 157+213+140=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #9DD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD58C is #622A73. Grayscale: #BCBCBC. Windows color (decimal): -6433396 or 9229725. OLE color: 9229725.

HSL color Cylindrical-coordinate representation of color #9DD58C: hue angle of 106.03º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD58C is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB157213140-
CMYK0.2600.340.16
HSL106.03º46.5%69.22%-
HSV(B)106.03º34.27%83.53%-
XYZ42.4356.6533.51-
YUV187.93100.95105.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.78%
GREEN value IS 213 (83.59% from 255) = 41.76%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=30.78%
G=41.76%
B=27.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572131400.2600.340.16106.0346.569.22
Hex9DD58C1A022106a2e45
Octal235325214320422015256105
Binary1001110111010101100011001101001000101000011010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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